We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f93b2d commit f7f2cbbCopy full SHA for f7f2cbb
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.4.0
+ rev: v3.3.0
4
hooks:
5
- id: check-ast
6
- id: check-byte-order-marker
@@ -16,7 +16,6 @@ repos:
16
- id: trailing-whitespace
17
args: [--markdown-linebreak-ext=md]
18
- repo: https://github.com/python/black
19
- rev: 19.10b0
+ rev: 20.8b1
20
21
- id: black
22
- language_version: python3.7
0 commit comments