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 11ea416 commit 0ac0386Copy full SHA for 0ac0386
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: python-check-blanket-noqa
19
name: Precision flake ignores
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.5.5
+ rev: v0.5.6
22
hooks:
23
- id: ruff
24
name: ruff lint
@@ -27,7 +27,7 @@ repos:
27
- id: ruff-format
28
types: [python]
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 7.1.0
+ rev: 7.1.1
31
32
- id: flake8
33
additional_dependencies:
@@ -38,7 +38,7 @@ repos:
38
flake8-simplify==0.14.1,
39
]
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.11.0
+ rev: v1.11.1
42
43
- id: mypy
44
0 commit comments