diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9c4e22a..c6a1f26 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,7 +3,7 @@ description: "Run 'ruff' for extremely fast Python linting" entry: ruff language: python - "types": [python] + types_or: [python, pyi] args: [] require_serial: false additional_dependencies: []