We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8593c commit 05cc854Copy full SHA for 05cc854
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.9.4"
+ rev: "v0.9.6"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: check-yaml
14
- repo: https://github.com/woodruffw/zizmor-pre-commit
15
- rev: v1.3.0
+ rev: v1.3.1
16
17
- id: zizmor
18
- repo: https://github.com/adamchainz/blacken-docs
@@ -32,7 +32,7 @@ repos:
32
33
- id: python-use-type-annotations
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.14.1
+ rev: v1.15.0
36
37
- id: mypy
38
files: ^(src/|testing/|scripts/)
0 commit comments