We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04225b3 + 7a36627 commit 848d085Copy full SHA for 848d085
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: v3.4.0
+ rev: v4.3.0
4
hooks:
5
- id: check-ast
6
- id: check-byte-order-marker
@@ -17,6 +17,6 @@ repos:
17
- id: trailing-whitespace
18
args: [--markdown-linebreak-ext=md]
19
- repo: https://github.com/python/black
20
- rev: 20.8b1
+ rev: 22.10.0
21
22
- id: black
0 commit comments