From 968a2dacef9901dcfc8704b801a62ac817229ac1 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 24 Jun 2022 14:53:46 -0500 Subject: [PATCH] MNT: Use '--pytest-test-first' option for naming clarity * Use '--pytest-test-first' option over '--django' for name-test-tests for greater clarity of convention. * Amends PR 23213 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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