Skip to content

Commit ec25dfa

Browse files
Merge pull request #696 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents cfb6f43 + 352d2bd commit ec25dfa

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)