We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3256ac0 + 83c7468 commit 2d411f8Copy full SHA for 2d411f8
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: black
7
args: [--safe, --quiet]
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.0.1
+ rev: v4.1.0
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -24,7 +24,7 @@ repos:
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v0.920 # NOTE: keep this in sync with tox.ini
+ rev: v0.930 # NOTE: keep this in sync with tox.ini
28
29
- id: mypy
30
files: ^(src|tests)
0 commit comments