We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bd672 commit c8f22d3Copy full SHA for c8f22d3
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.5.0
+ rev: v4.6.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: 24.2.0
+ rev: 24.4.2
21
22
- id: black
0 commit comments