We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a30d7da + a5e2984 commit ebde2d5Copy full SHA for ebde2d5
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ default_language_version:
9
python: python3
10
repos:
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.11.8
+ rev: v0.11.12
13
hooks:
14
- id: ruff
15
args: [--fix, --extend-ignore, FA102]
@@ -39,7 +39,7 @@ repos:
39
- id: rst-directive-colons
40
- id: rst-inline-touching-normal
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v1.15.0
+ rev: v1.16.0
43
44
- id: mypy
45
files: ^autoplex/.*\.py$
0 commit comments