diff --git a/pages/developers/style.md b/pages/developers/style.md index 4490b40..7230997 100644 --- a/pages/developers/style.md +++ b/pages/developers/style.md @@ -26,7 +26,7 @@ Here is a minimal `.pre-commit-config.yaml` file with some handy options: ```yaml repos: - 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 @@ -36,6 +36,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 ```