diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index 34578a2..8e81856 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -26,6 +26,8 @@ repos: # Add --fix, in case you want it to autofix when this hook runs entry: poetry run ruff check --force-exclude require_serial: true + language: system + types: [ python ] - id: mypy name: mypy entry: poetry run mypy .