Skip to content

Commit cbb6483

Browse files
committed
Update pre-commit-config
1 parent cdb1bda commit cbb6483

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
@@ -2,18 +2,18 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 20.8b1
5+
rev: 21.4b0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v3.2.0
9+
rev: v3.4.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- id: check-yaml
1414
- id: check-added-large-files
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v2.12.0
16+
rev: v2.13.0
1717
hooks:
1818
- id: pyupgrade
1919
args: [--py36-plus]

0 commit comments

Comments
 (0)