Skip to content

Commit 36d5c68

Browse files
authored
Merge pull request #248 from pytest-dev/pre-commit-ci-update-config
2 parents 3a7d1f0 + 054593f commit 36d5c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: '^($|.*\.bin)'
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 21.5b2
4+
rev: 21.6b0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
@@ -24,9 +24,9 @@ repos:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.812 # NOTE: keep this in sync with tox.ini
27+
rev: v0.902 # NOTE: keep this in sync with tox.ini
2828
hooks:
2929
- id: mypy
3030
files: ^(src|tests)
3131
args: []
32-
additional_dependencies: [pytest>=6]
32+
additional_dependencies: [pytest>=6, types-mock]

0 commit comments

Comments
 (0)