Skip to content

Commit 1c74f9c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.4](astral-sh/ruff-pre-commit@v0.6.3...v0.6.4) - [github.com/tox-dev/pyproject-fmt: 2.2.1 → 2.2.3](tox-dev/pyproject-fmt@2.2.1...2.2.3)
1 parent eeab94c commit 1c74f9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-yaml
99
# ----- Python formatting -----
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.6.3
11+
rev: v0.6.4
1212
hooks:
1313
# Run ruff linter.
1414
- id: ruff
@@ -24,7 +24,7 @@ repos:
2424
- id: pretty-format-yaml
2525
args: [--autofix, --indent, '2']
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: 2.2.1
27+
rev: 2.2.3
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject

0 commit comments

Comments
 (0)