Skip to content

Commit 9d84bef

Browse files
Ignore all of data/ in pre-commit CI (#43)
We should probably exclude all of `data/` from the pre-commit CI. I've done that here. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8d1907e commit 9d84bef

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ repos:
1515
rev: v6.0.0
1616
hooks:
1717
- id: end-of-file-fixer
18-
exclude: 'data/MP/chgcars'
19-
exclude: (^data/.*\.CHGCAR$)|(^label/.*\.CHGCAR$)
18+
exclude: ^data/
19+
2020
- id: trailing-whitespace
21-
exclude: 'data/MP/chgcars'
22-
exclude: (^data/.*\.CHGCAR$)|(^label/.*\.CHGCAR$)
21+
exclude: ^data/
2322

2423
- repo: https://github.com/adamchainz/blacken-docs
2524
rev: 1.20.0

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# ElectrAI
22

33
An ongoing collaboration between the Rosen Group and Open Athena.
4-

0 commit comments

Comments
 (0)