Fix argument syntax for pytest in pre-commit configuration

This commit is contained in:
Joakim Hellsén 2025-02-10 04:32:59 +01:00
commit 986d34321f
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9

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.