Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 15, 2020
1 parent 9a6fae8 commit 0b86208
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
exclude: >
(?x)^(
docs/pages/.*/snippets/.*|
docs/pages/2019_molsim_school_Amsterdam/assets/raspa_loading.py|
docs/pages/2019_molsim_school_Amsterdam/assets/multiply_unitcell.py|
docs/assets/2018_PRACE_MaX/latex/de-macro.py|
.*xsf|
.*agr|
.*tex
Expand Down Expand Up @@ -44,6 +41,6 @@ repos:
# currently mistaking comment lines in code cells for headers!?
exclude: >
(?x)^(
docs/pages/2020_Intro_Week/notebooks/querybuilder-template.md|
docs/pages/2020_Intro_Week/notebooks/bandstructure.md
docs/source/notebooks/querybuilder-template.md|
docs/source/notebooks/bandstructure.md
)$

0 comments on commit 0b86208

Please sign in to comment.