We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 848d085 + 7c904c8 commit 664524bCopy full SHA for 664524b
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: v4.3.0
+ rev: v4.4.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: 22.10.0
+ rev: 22.12.0
21
22
- id: black
0 commit comments