We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ae3d7 commit a69f2ebCopy full SHA for a69f2eb
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
hooks:
28
- id: codespell
29
stages: [commit, commit-msg]
30
- exclude_types: [html]
+ exclude_types: [html, svg]
31
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
32
33
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -38,7 +38,9 @@ repos:
38
- id: destroyed-symlinks
39
- id: end-of-file-fixer
40
- id: mixed-line-ending
41
+ exclude_types: [svg]
42
- id: trailing-whitespace
43
44
45
- repo: https://github.com/pre-commit/mirrors-prettier
46
rev: v4.0.0-alpha.8
0 commit comments