Skip to content

Commit

Permalink
exclude folders for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Dec 30, 2024
1 parent dbc2f62 commit 417e0f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-json
exclude: "src/scicookie/{{cookiecutter.project_slug}}.*"
- id: check-toml
exclude: "src/scicookie/{{cookiecutter.project_slug}}.*"
- id: check-xml
- id: debug-statements
exclude: "src/scicookie/{{cookiecutter.project_slug}}.*|src/scicookie/hooks/.*"
- id: check-builtin-literals
exclude: "src/scicookie/{{cookiecutter.project_slug}}.*|src/scicookie/hooks/.*"
- id: check-case-conflict
- id: check-docstring-first
exclude: "src/scicookie/{{cookiecutter.project_slug}}.*"
- id: detect-private-key

- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down

0 comments on commit 417e0f0

Please sign in to comment.