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.
2 parents 3a7d1f0 + 054593f commit 36d5c68Copy full SHA for 36d5c68
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: '^($|.*\.bin)'
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 21.5b2
+ rev: 21.6b0
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
@@ -24,9 +24,9 @@ repos:
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v0.812 # NOTE: keep this in sync with tox.ini
+ rev: v0.902 # NOTE: keep this in sync with tox.ini
28
29
- id: mypy
30
files: ^(src|tests)
31
args: []
32
- additional_dependencies: [pytest>=6]
+ additional_dependencies: [pytest>=6, types-mock]
0 commit comments