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 ccd0bd4 commit 54f94f3Copy full SHA for 54f94f3
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ exclude: |
22
)$
23
repos:
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: "v0.5.6"
+ rev: "v0.6.3"
26
hooks:
27
- id: ruff
28
args: [--fix, --exit-non-zero-on-fix]
@@ -73,7 +73,7 @@ repos:
73
- id: black
74
language_version: python3
75
- repo: https://github.com/pre-commit/mirrors-mypy
76
- rev: v1.11.1
+ rev: v1.11.2
77
78
- id: mypy
79
# empty args needed in order to match mypy cli behavior
@@ -90,7 +90,7 @@ repos:
90
- types-setuptools
91
- types-jsonschema>=4.4.9
92
- repo: https://github.com/pycqa/pylint
93
- rev: v3.2.6
+ rev: v3.2.7
94
95
- id: pylint
96
additional_dependencies:
0 commit comments