8000 Merge pull request #23213 from matthewfeickert/dev/add-name-tests-tes… · matplotlib/matplotlib@0fe4b08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0fe4b08

Browse files
authored
Merge pull request #23213 from matthewfeickert/dev/add-name-tests-test-to-pre-commit
DEV: Add name-tests-test to pre-commit hooks
2 parents 29d556c + ade569e commit 0fe4b08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ exclude: |
1313
)
1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.2.0
16+
rev: v4.3.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-docstring-first
2020
- id: end-of-file-fixer
2121
exclude_types: [svg]
2222
- id: mixed-line-ending
23+
- id: name-tests-test
24+
args: ["--django"]
2325
- id: trailing-whitespace
2426
exclude_types: [svg]
2527
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)
0