Fix argument syntax for pytest in pre-commit configuration
This commit is contained in:
parent
96a1aaa550
commit
986d34321f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ repos:
|
|||
- id: end-of-file-fixer
|
||||
- id: mixed-line-ending
|
||||
- id: name-tests-test
|
||||
args: [-pytest-test-first]
|
||||
args: [--pytest-test-first]
|
||||
- id: trailing-whitespace
|
||||
|
||||
# Run Pyupgrade on all Python files. This will upgrade the code to Python 3.12.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue