Mercurial > hgrepos > Python2 > pdfautonup
diff pyproject.toml @ 1:d0832175b1b2 upstream
ADD: the original upstream of pdfautonup v1.12.1
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 16 Sep 2025 13:39:50 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyproject.toml Tue Sep 16 13:39:50 2025 +0200 @@ -0,0 +1,20 @@ +[tool.black] +line-length = 88 +target-version = ['py310', 'py311', "py312", "py313"] +exclude = ''' +/( + \.git + | \.hg + | \.eggs + | \.mypy_cache + | \.tox + | \.venv + | _build + | buck-out + | build + | dist +)/ +''' + +[tool.isort] +profile = "black"
