We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c54586 commit dfb0063Copy full SHA for dfb0063
1 file changed
.pre-commit-config.yaml
@@ -14,6 +14,30 @@ repos:
14
rev: "v5.0.0"
15
hooks:
16
- 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
+ )
41
- repo: local
42
43
- id: sort-regressionfiles-yaml
0 commit comments