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 df23c52 commit 83113adCopy full SHA for 83113ad
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
- id: codespell
23
args: ["-L", "socio-economic"]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.15.0
+ rev: v1.16.0
26
hooks:
27
- id: mypy
28
files: src
@@ -64,7 +64,7 @@ repos:
64
- id: rst-directive-colons
65
- id: rst-inline-touching-normal
66
- repo: https://github.com/astral-sh/ruff-pre-commit
67
- rev: v0.11.11
+ rev: v0.11.12
68
69
- id: ruff
70
args: ["--fix", "--show-fixes"]
@@ -98,6 +98,6 @@ repos:
98
- id: trailing-whitespace
99
100
- repo: https://github.com/woodruffw/zizmor-pre-commit
101
- rev: v1.8.0
+ rev: v1.9.0
102
103
- id: zizmor
0 commit comments