Skip to content

Commit

Permalink
get pre-commit to ignore bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Aug 20, 2023
1 parent f6e1f03 commit 1285bd1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
exclude: |
(?x)(
^src/kweb/static/bootstrap/
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
Expand All @@ -14,7 +18,6 @@ repos:
args: ["--pytest-test-first"]
- id: requirements-txt-fixer
- id: trailing-whitespace
exclude: ^src/kweb/static/bootstrap/

- repo: https://github.com/pycqa/isort
rev: "5.12.0"
Expand Down

0 comments on commit 1285bd1

Please sign in to comment.