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 13adede commit 0e2e9e1Copy full SHA for 0e2e9e1
.pre-commit-config.yaml
@@ -14,19 +14,19 @@ repos:
14
files: '^src/\w+/(tests|0\.0\.0)/.*\.py$'
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.12.0
+ rev: v0.13.0
18
hooks:
19
- id: ruff
20
name: Check code with Ruff, apply automatic fixes
21
args: [ --exit-non-zero-on-fix ]
22
- id: ruff-format
23
name: Format code with Ruff
24
- repo: https://github.com/crate-ci/typos
25
- rev: v1.33.1
+ rev: v1.36.2
26
27
- id: typos
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v5.0.0
+ rev: v6.0.0
30
31
- id: check-xml
32
- id: check-yaml
0 commit comments