We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6eb12d commit b892fbbCopy full SHA for b892fbb
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.5.0
+ rev: v4.6.0
6
hooks:
7
- id: check-added-large-files
8
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
26
types: [text]
27
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
28
- repo: https://github.com/PyCQA/flake8
29
- rev: 7.0.0
+ rev: 7.1.0
30
31
- id: flake8
32
args: [-j8]
@@ -39,7 +39,7 @@ repos:
39
- flake8-pyproject
40
- flake8-string-format
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v1.9.0
+ rev: v1.10.0
43
44
- id: mypy
45
additional_dependencies: [types-setuptools]
0 commit comments