Skip to content

Commit d7b534e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.2...v0.9.4) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 7787936 commit d7b534e

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
@@ -12,12 +12,12 @@ repos:
1212
- id: prettier
1313

1414
- repo: https://github.com/tox-dev/pyproject-fmt
15-
rev: "2.2.4"
15+
rev: "v2.5.0"
1616
hooks:
1717
- id: pyproject-fmt
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.2
20+
rev: v0.9.4
2121
hooks:
2222
- id: ruff
2323
types_or: [python, pyi, jupyter]
@@ -26,7 +26,7 @@ repos:
2626
types_or: [python, pyi, jupyter]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.6.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: detect-private-key
3232
- id: check-ast

0 commit comments

Comments
 (0)