mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-02-26 05:31:38 +00:00
Add configuration for isort to pyproject.toml
This commit is contained in:
@@ -3,3 +3,7 @@ requires = ["setuptools"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
[tool.isort]
|
||||||
|
# make it compatible with black
|
||||||
|
profile = "black"
|
||||||
|
skip_gitignore = true
|
||||||
|
|||||||
Reference in New Issue
Block a user