Skip to content

Commit 605fe29

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.5b2 → 21.6b0](psf/black@21.5b2...21.6b0) - [github.com/asottile/pyupgrade: v2.19.1 → v2.19.4](asottile/pyupgrade@v2.19.1...v2.19.4) - [github.com/pre-commit/pygrep-hooks: v1.8.0 → v1.9.0](pre-commit/pygrep-hooks@v1.8.0...v1.9.0) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.902](pre-commit/mirrors-mypy@v0.812...v0.902)
1 parent ced125a commit 605fe29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 21.5b2
3+
rev: 21.6b0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -34,7 +34,7 @@ repos:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.19.1
37+
rev: v2.19.4
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]
@@ -44,11 +44,11 @@ repos:
4444
- id: setup-cfg-fmt
4545
args: [--max-py-version=3.10]
4646
- repo: https://github.com/pre-commit/pygrep-hooks
47-
rev: v1.8.0
47+
rev: v1.9.0
4848
hooks:
4949
- id: python-use-type-annotations
5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v0.812
51+
rev: v0.902
5252
hooks:
5353
- id: mypy
5454
files: ^(src/|testing/)

0 commit comments

Comments
 (0)