Skip to content

Commit f811d27

Browse files
[pre-commit.ci] pre-commit autoupdate (#1397)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jan-Frederik Schulte <[email protected]>
1 parent ab1c409 commit f811d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ exclude: (^hls4ml\/templates\/(vivado|quartus)\/(ap_types|ac_types)\/|^test/pyte
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.14.3
5+
rev: v0.14.4
66
hooks:
77
- id: ruff
88
args: [--fix]
99
- id: ruff-format
1010

1111
- repo: https://github.com/tox-dev/pyproject-fmt
12-
rev: v2.11.0
12+
rev: v2.11.1
1313
hooks:
1414
- id: pyproject-fmt
1515

@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.21.0
32+
rev: v3.21.1
3333
hooks:
3434
- id: pyupgrade
3535
args: ["--py310-plus"]

0 commit comments

Comments
 (0)