Skip to content

Commit 780ee09

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 2552e6d commit 780ee09

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
@@ -1,12 +1,12 @@
11
repos:
2-
- repo: https://github.com/python/black
3-
rev: 19.3b0
2+
- repo: https://github.com/psf/black
3+
rev: 20.8b1
44
hooks:
55
- id: black
66
args: [--safe]
77
language_version: python3
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v2.2.3
9+
rev: v3.4.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer

0 commit comments

Comments
 (0)