diff --git a/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/{{cookiecutter.project_name}}/.pre-commit-config.yaml index e3cf3f76..5a9afe52 100644 --- a/{{cookiecutter.project_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_name}}/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: black-jupyter - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -15,6 +15,8 @@ repos: - id: debug-statements - id: end-of-file-fixer - id: mixed-line-ending + - id: name-tests-test + args: ["--pytest-test-first"] - id: requirements-txt-fixer - id: trailing-whitespace