Skip to content

Commit f7f2cbb

Browse files
committed
Update .pre-commit-config.yaml
1 parent 1f93b2d commit f7f2cbb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.4.0
3+
rev: v3.3.0
44
hooks:
55
- id: check-ast
66
- id: check-byte-order-marker
@@ -16,7 +16,6 @@ repos:
1616
- id: trailing-whitespace
1717
args: [--markdown-linebreak-ext=md]
1818
- repo: https://github.com/python/black
19-
rev: 19.10b0
19+
rev: 20.8b1
2020
hooks:
2121
- id: black
22-
language_version: python3.7

0 commit comments

Comments
 (0)