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 01a42d4 commit 9ea0266Copy full SHA for 9ea0266
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
python: python3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: check-added-large-files
9
- id: check-case-conflict
@@ -27,7 +27,7 @@ repos:
27
types: [text]
28
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 7.1.0
+ rev: 7.1.1
31
32
- id: flake8
33
args: [-j8]
@@ -40,7 +40,7 @@ repos:
40
- flake8-pyproject
41
- flake8-string-format
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: v1.11.0
+ rev: v1.12.1
44
45
- id: mypy
46
additional_dependencies: [types-setuptools]
0 commit comments