Skip to content

Commit 11435e3

Browse files
committed
Ignore CSS in precommit.
1 parent f89bd70 commit 11435e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ repos:
55
rev: v3.2.0
66
hooks:
77
- id: trailing-whitespace
8-
exclude: '.*\.(html|js)$'
8+
exclude: '.*\.(html|js|css)$'
99
- id: end-of-file-fixer
10-
exclude: '.*\.(html|js)$'
10+
exclude: '.*\.(html|js|css)$'
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)