We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573ec1a commit f89bd70Copy full SHA for f89bd70
.pre-commit-config.yaml
@@ -5,7 +5,9 @@ repos:
5
rev: v3.2.0
6
hooks:
7
- id: trailing-whitespace
8
+ exclude: '.*\.(html|js)$'
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