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.
1 parent 6d1b462 commit 6a5425dCopy full SHA for 6a5425d
.pre-commit-config.yaml
@@ -11,19 +11,19 @@ repos:
11
hooks:
12
- id: prettier
13
- repo: https://github.com/tox-dev/pyproject-fmt
14
- rev: v2.5.0
+ rev: v2.6.0
15
16
- id: pyproject-fmt
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.8.2
+ rev: v0.12.11
19
20
- id: ruff
21
types_or: [python, pyi, jupyter]
22
args: [--fix, --exit-non-zero-on-fix]
23
- id: ruff-format
24
25
- repo: https://github.com/pre-commit/pre-commit-hooks
26
- rev: v5.0.0
+ rev: v6.0.0
27
28
- id: detect-private-key
29
- id: check-ast
0 commit comments