We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdf03b commit 3930353Copy full SHA for 3930353
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.9.3"
+ rev: "v0.9.4"
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.2.2
+ rev: v1.3.0
16
17
- id: zizmor
18
- repo: https://github.com/adamchainz/blacken-docs
@@ -21,7 +21,7 @@ repos:
21
- id: blacken-docs
22
additional_dependencies: [black==24.1.1]
23
- repo: https://github.com/codespell-project/codespell
24
- rev: v2.4.0
+ rev: v2.4.1
25
26
- id: codespell
27
args: ["--toml=pyproject.toml"]
0 commit comments