Skip to content

Commit dfb0063

Browse files
committed
pre-commit: remove trailing whitespace from non-data files
1 parent 7c54586 commit dfb0063

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,30 @@ repos:
1414
rev: "v5.0.0"
1515
hooks:
1616
- id: check-yaml
17+
- id: trailing-whitespace
18+
exclude: |
19+
(?x)(
20+
^ADF|
21+
^DALTON|
22+
^FChk|
23+
^GAMESS|
24+
^GAMESSDAT|
25+
^GAMESS-UK|
26+
^Gaussian|
27+
^io|
28+
^Jaguar|
29+
^Molcas|
30+
^Molpro|
31+
^MOPAC|
32+
^NBO|
33+
^NWChem|
34+
^ORCA|
35+
^Psi3|
36+
^Psi4|
37+
^QChem|
38+
^Turbomole|
39+
^XTB
40+
)
1741
- repo: local
1842
hooks:
1943
- id: sort-regressionfiles-yaml

0 commit comments

Comments
 (0)