add --pytest-test-first convention
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c28c1c8..1a6056b 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml
@@ -164,7 +164,7 @@ types: [text] - id: name-tests-test name: python tests naming - description: this verifies that test files are named correctly. + description: verifies that test files are named correctly. entry: name-tests-test language: python files: (^|/)tests/.+\.py$