We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89bd70 commit 11435e3Copy full SHA for 11435e3
.pre-commit-config.yaml
@@ -5,9 +5,9 @@ repos:
5
rev: v3.2.0
6
hooks:
7
- id: trailing-whitespace
8
- exclude: '.*\.(html|js)$'
+ exclude: '.*\.(html|js|css)$'
9
- id: end-of-file-fixer
10
11
- id: check-yaml
12
- id: check-added-large-files
13
- repo: https://github.com/astral-sh/ruff-pre-commit
0 commit comments