Skip to content

Commit 01be206

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.7...v0.9.9) - [github.com/tox-dev/pyproject-fmt: v1.8.0 → v2.5.1](tox-dev/pyproject-fmt@v1.8.0...v2.5.1)
1 parent daee9b1 commit 01be206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ repos:
77
- id: debug-statements
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.9.7
10+
rev: v0.9.9
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/tox-dev/pyproject-fmt
17-
rev: v1.8.0
17+
rev: v2.5.1
1818
hooks:
1919
- id: pyproject-fmt
2020
exclude: docs/examples/

0 commit comments

Comments
 (0)