8000 pre-commit: Don't "fix" whitespace in patches · matplotlib/matplotlib@572db98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 572db98

Browse files
committed
pre-commit: Don't "fix" whitespace in patches
1 parent 163220f commit 572db98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repos:
2020
- id: check-docstring-first
2121
exclude: lib/matplotlib/typing.py # docstring used for attribute flagged by check
2222
- id: end-of-file-fixer
23-
exclude_types: [svg]
23+
exclude_types: [patch, svg]
2424
- id: mixed-line-ending
2525
- id: name-tests-test
2626
args: ["--pytest-test-first"]
2727
- id: no-commit-to-branch # Default is master and main.
2828
- id: trailing-whitespace
29-
exclude_types: [svg]
29+
exclude_types: [patch, svg]
3030
- repo: https://github.com/pre-commit/mirrors-mypy
3131
rev: v1.14.1
3232
hooks:

0 commit comments

Comments
 (0)
0