Skip to content

Commit 0e6bcbc

Browse files
committed
update precommit
1 parent 232071f commit 0e6bcbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repos:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- repo: https://github.com/ambv/black
11-
rev: 20.8b1
11+
rev: 21.4b2
1212
hooks:
1313
- id: black
1414
- repo: https://gitlab.com/pycqa/flake8
1515
rev: 3.9.1
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.13.0
19+
rev: v2.14.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py36-plus]

0 commit comments

Comments
 (0)