diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b3a942a1f2996f8107e324199ace66101926a19a..de2b3e784cecfeee1d38cd7992eb6dcda2a1c81c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -23,8 +23,3 @@ repos:
     args: ['--fix=no']
   - id: flake8
     args: ['--max-line-length=88']  # default of Black
-
-- repo: https://github.com/pre-commit/mirrors-isort
-  rev: v4.3.4
-  hooks:
-  - id: isort