Skip to content

Commit d01b267

Browse files
authored
Merge pull request #309 from pytest-dev/pre-commit-ci-update-config
2 parents 59b60cb + 736f2ab commit d01b267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
language: python
2020
additional_dependencies: [pygments, restructuredtext_lint]
2121
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v3.8.1
22+
rev: v3.8.2
2323
hooks:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v0.961 # NOTE: keep this in sync with tox.ini
27+
rev: v0.971 # NOTE: keep this in sync with tox.ini
2828
hooks:
2929
- id: mypy
3030
files: ^(src|tests)

0 commit comments

Comments
 (0)