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
|
rev: 5.9.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
|
# args: ["--profile", "black", "--filter-files"]
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 4.0.1
|
rev: 4.0.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -3,4 +3,4 @@ skip-string-normalization = true
|
||||||
target-version = ['py38']
|
target-version = ['py38']
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
multi_line_output = 4
|
profile = "black"
|
||||||
|
|
Reference in New Issue