Skip to content

Commit

Permalink
exclude static file globally
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 22, 2024
1 parent d4cbeea commit a0bd017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_stages: [ commit ]

exclude: '.*static.*'
exclude: '^server/static/.*'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit a0bd017

Please sign in to comment.