diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index bb79103e..3c18e78c 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,7 @@ - id: isort name: isort entry: isort + stages: [commit, merge-commit, push, manual] require_serial: true language: python types_or: [cython, pyi, python]