diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9aae7a35281..86ceee894c64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: exclude_types: [svg] - id: mixed-line-ending - id: name-tests-test - args: ["--django"] + args: ["--pytest-test-first"] - id: trailing-whitespace exclude_types: [svg] - repo: https://github.com/pycqa/flake8