We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a522163 commit 41776f5Copy full SHA for 41776f5
.pre-commit-config.yaml
@@ -23,10 +23,6 @@ repos:
23
- id: check-executables-have-shebangs
24
# Attempts to load all json files to verify syntax.
25
- id: check-json
26
- args: [
27
- --autofix,
28
- --no-sort-keys,
29
- ]
30
# Check for files that contain merge conflict strings.
31
- id: check-merge-conflict
32
# Checks for symlinks which do not point to anything.
@@ -35,6 +31,7 @@ repos:
35
- id: check-toml
36
# Attempts to load all yaml files to verify syntax.
37
33
- id: check-yaml
34
+ exclude: ^skaha/src/test/resources/
38
# Attempts to load all xml files to verify syntax.
39
- id: check-xml
40
# Check for debugger imports and py37+ breakpoint() calls in python source.
0 commit comments