Fix black & isort compatibility config on pre-commit

This commit is contained in:
Santiago L 2022-03-08 10:04:59 +01:00
parent 7000b58c6e
commit 5158340523
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -3,4 +3,4 @@ skip-string-normalization = true
target-version = ['py38']
[tool.isort]
multi_line_output = 4
profile = "black"