diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04f8a02cb980..c9aae7a35281 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,15 @@ exclude: | ) 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-docstring-first - id: end-of-file-fixer exclude_types: [svg] - id: mixed-line-ending + - id: name-tests-test + args: ["--django"] - id: trailing-whitespace exclude_types: [svg] - repo: https://github.com/pycqa/flake8