We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff
pre-commit-hooks
1 parent ae495de commit f58bceeCopy full SHA for f58bcee
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.0.292
+ rev: v0.1.0
4
hooks:
5
- id: ruff
6
name: Run Ruff on Lib/test/
7
args: [--exit-non-zero-on-fix]
8
files: ^Lib/test/
9
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.4.0
+ rev: v4.5.0
12
13
- id: check-toml
14
exclude: ^Lib/test/test_tomllib/
0 commit comments