Skip to content

Commit

Permalink
fix: exclude bundles from pre-commit filters
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 28, 2025
1 parent bdb0f49 commit b79e821
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ repos:
- id: end-of-file-fixer
- id: check-added-large-files
- id: trailing-whitespace
exclude: \.svg$
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
Expand All @@ -27,3 +26,9 @@ repos:
hooks:
- id: mypy
additional_dependencies: [pydantic, types-requests, types-python-slugify]

exclude: |
(?x)(
^readalongs/text/bundle\..*|
\.svg$
)

0 comments on commit b79e821

Please # to comment.