diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 3c18e78c..4e76f567 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,9 +1,9 @@ - id: isort name: isort entry: isort - stages: [commit, merge-commit, push, manual] + stages: [pre-commit, pre-merge-commit, pre-push, manual] require_serial: true language: python types_or: [cython, pyi, python] args: ['--filter-files'] - minimum_pre_commit_version: '2.9.2' + minimum_pre_commit_version: '3.2.0'