diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63a0458c..e26265b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: rev: 5.9.3 hooks: - id: isort + # args: ["--profile", "black", "--filter-files"] - repo: https://github.com/PyCQA/flake8 rev: 4.0.1 hooks: diff --git a/pyproject.toml b/pyproject.toml index 442cc5af..5290743c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,4 +3,4 @@ skip-string-normalization = true target-version = ['py38'] [tool.isort] -multi_line_output = 4 +profile = "black"