Skip to content

Commit 736f2ab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.1 → v3.8.2](asottile/reorder-python-imports@v3.8.1...v3.8.2) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
1 parent 59b60cb commit 736f2ab

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)