diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 07cf0bf7..00b586b2 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,6 @@ description: '`flake8` is a command-line utility for enforcing style consistency across Python projects.' entry: flake8 language: python - types: [python] + types_or: [python, pyi] require_serial: true + minimum_pre_commit_version: 2.9.2