Fix argument syntax for pytest in pre-commit configuration

This commit is contained in:
2025-02-10 04:32:59 +01:00
parent 96a1aaa550
commit 986d34321f

View File

@ -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.