Fix black & isort compatibility config on pre-commit
This commit is contained in:
parent
7000b58c6e
commit
5158340523
|
@ -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:
|
||||
|
|
|
@ -3,4 +3,4 @@ skip-string-normalization = true
|
|||
target-version = ['py38']
|
||||
|
||||
[tool.isort]
|
||||
multi_line_output = 4
|
||||
profile = "black"
|
||||
|
|
Reference in New Issue