File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# auto-format code for the --pyXXXXXXX argument.
14
14
- repo : " https://github.com/asottile/pyupgrade"
15
- rev : " v3.19.1 "
15
+ rev : " v3.20.0 "
16
16
hooks :
17
17
- id : " pyupgrade"
18
18
name : " Auto-standardize python syntax"
@@ -39,8 +39,10 @@ repos:
39
39
- id : " python-no-eval"
40
40
- id : " rst-backticks"
41
41
- repo : " https://github.com/pre-commit/pre-commit-hooks"
42
- rev : " v5 .0.0"
42
+ rev : " v6 .0.0"
43
43
hooks :
44
+ - id : " check-merge-conflict" # Prevent commit of merge-conflict markers
45
+ - id : " debug-statements"
44
46
- id : " check-yaml"
45
47
- id : " check-json"
46
48
- id : " check-symlinks" # Look for isolated symlinks
55
57
- " master"
56
58
- " --branch"
57
59
- " main"
58
-
59
- # https://github.com/pre-commit/pre-commit-hooks/issues/106
60
- - id : " fix-encoding-pragma" # Remove "# -*- coding: utf-8 -*-" from files
61
- args : # Python3 doesn't need the utf8 pragma
62
- - " --remove"
You can’t perform that action at this time.
0 commit comments