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 5baceb7 commit 422441fCopy full SHA for 422441f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ".*/data/.*"
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.1.0
+ rev: v4.4.0
5
hooks:
6
- id: trailing-whitespace
7
- id: end-of-file-fixer
@@ -21,12 +21,12 @@ repos:
21
22
- id: isort
23
- repo: https://github.com/pycqa/flake8
24
- rev: 6.0.0
+ rev: 6.1.0
25
26
- id: flake8
27
exclude: "^(doc|nisext|tools)/"
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v0.991
+ rev: v1.5.1
30
31
- id: mypy
32
# Sync with project.optional-dependencies.typing
0 commit comments