Skip to content

Commit 352d2bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.7.1 → v3.0.1](asottile/reorder-python-imports@v2.7.1...v3.0.1) - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-mypy: v0.931 → v0.942](pre-commit/mirrors-mypy@v0.931...v0.942)
1 parent cfb6f43 commit 352d2bd

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
@@ -5,7 +5,7 @@ repos:
55
- id: black
66
args: [--safe, --quiet]
77
- repo: https://github.com/asottile/reorder_python_imports
8-
rev: v2.7.1
8+
rev: v3.0.1
99
hooks:
1010
- id: reorder-python-imports
1111
args: [ "--application-directories=.:src" , --py3-plus]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.31.0
24+
rev: v2.31.1
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py36-plus]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: setup-cfg-fmt
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: 'v0.931'
33+
rev: 'v0.942'
3434
hooks:
3535
- id: mypy
3636
additional_dependencies:

0 commit comments

Comments
 (0)