mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
10 lines
198 B
TOML
10 lines
198 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
[tool.black]
|
|
line-length = 120
|
|
[tool.isort]
|
|
# make it compatible with black
|
|
profile = "black"
|
|
skip_gitignore = true
|