We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9848d7b + f21c313 commit ec627ecCopy full SHA for ec627ec
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ repos:
12
- id: prettier
13
14
- repo: https://github.com/tox-dev/pyproject-fmt
15
- rev: "2.2.4"
+ rev: "v2.5.1"
16
hooks:
17
- id: pyproject-fmt
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.9.2
+ rev: v0.11.2
21
22
- id: ruff
23
types_or: [python, pyi, jupyter]
@@ -26,7 +26,7 @@ repos:
26
27
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v4.6.0
+ rev: v5.0.0
30
31
- id: detect-private-key
32
- id: check-ast
@@ -49,7 +49,7 @@ repos:
49
files: '.*\.rej$'
50
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v1.14.1
+ rev: v1.15.0
53
54
- id: mypy
55
args: [--no-strict-optional, --ignore-missing-imports]
0 commit comments