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 ee04109 commit 749d0ccCopy full SHA for 749d0cc
.pre-commit-config.yaml
@@ -14,15 +14,15 @@ repos:
14
files: '^src/\w+/(tests|0\.0\.0)/.*\.py$'
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.13.0
+ rev: v0.14.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.36.2
+ rev: v1.38.1
26
27
- id: typos
28
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments