Skip to content

Commit da24a01

Browse files
authored
Merge pull request #23341 from matthewfeickert/mnt/use-pytest-first-option-for-clarity
MNT: Use '--pytest-test-first' option for naming clarity
2 parents 3245d39 + 968a2da commit da24a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
exclude_types: [svg]
2222
- id: mixed-line-ending
2323
- id: name-tests-test
24-
args: ["--django"]
24+
args: ["--pytest-test-first"]
2525
- id: trailing-whitespace
2626
exclude_types: [svg]
2727
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)