We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5a257 commit 0998841Copy full SHA for 0998841
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: 'v5.0.0'
+ rev: 'v6.0.0'
4
hooks:
5
- id: check-merge-conflict
6
exclude: "rst$"
@@ -18,7 +18,7 @@ repos:
18
- id: black
19
language_version: python3 # Should be a command that runs python3.6+
20
21
22
23
- id: check-case-conflict
24
- id: check-json
@@ -35,7 +35,7 @@ repos:
35
- id: debug-statements
36
# Another entry is required to apply file-contents-sorter to another file
37
38
39
40
- id: file-contents-sorter
41
files: |
0 commit comments