mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-05 07:49:02 +00:00
Andrew Senetar
46d1afb566
- Remove trailing whitespace - Correct single newline at end of files (skip for json) - Update to formatting in a few places due to black
10 lines
197 B
TOML
10 lines
197 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
|