Skip to content

Commit 41776f5

Browse files
committed
fix(config): update to the pre-commit config
1 parent a522163 commit 41776f5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pre-commit-config.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ repos:
2323
- id: check-executables-have-shebangs
2424
# Attempts to load all json files to verify syntax.
2525
- id: check-json
26-
args: [
27-
--autofix,
28-
--no-sort-keys,
29-
]
3026
# Check for files that contain merge conflict strings.
3127
- id: check-merge-conflict
3228
# Checks for symlinks which do not point to anything.
@@ -35,6 +31,7 @@ repos:
3531
- id: check-toml
3632
# Attempts to load all yaml files to verify syntax.
3733
- id: check-yaml
34+
exclude: ^skaha/src/test/resources/
3835
# Attempts to load all xml files to verify syntax.
3936
- id: check-xml
4037
# Check for debugger imports and py37+ breakpoint() calls in python source.

0 commit comments

Comments
 (0)