Skip to content

Commit

Permalink
Exclude notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ktactac-ornl committed Oct 15, 2024
1 parent d5e4dc2 commit 0877096
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: |
"tests/cis_tests/.*"
"notebooks/"
exclude: "tests/cis_tests/.*"
- id: ruff-format
exclude: |
"tests/cis_tests/.*"
"notebooks/"
exclude: "tests/cis_tests/.*"
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
exclude: "notebooks/"
exclude: "notebooks/"

0 comments on commit 0877096

Please sign in to comment.