diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3bb99a7c8c35bae308594c98432bb2d2d2c56b08..f834a2cfe61ecdcec2ad6076c06db6b689003588 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -9,6 +9,7 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
+
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
@@ -27,6 +28,13 @@ repos:
# - id: isort
# files: "\\.(py)$"
# args: [--settings-path=pyproject.toml]
+- repo: https://github.com/pycqa/isort
+ rev: 5.5.4
+ hooks:
+ - id: isort
+ args: ["--profile", "black"]
+
+
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.1 # Possible releases: https://github.com/hadialqattan/pycln/releases