diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-08 14:08:16 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-08 14:08:16 +0200 |
commit | 037ab915bd455cccf46391f02f61949e5c84f1c3 (patch) | |
tree | 65a93d90a540a6e53fc6e618a9904529060964ca /pyproject.toml | |
parent | e667cd7e2dd0a7ac14ac30db38ca630ec0c5409b (diff) | |
download | pydanclick-037ab915bd455cccf46391f02f61949e5c84f1c3.tar.gz |
wip: saturday fixup
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 619f2a8..0e901b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,9 @@ show_missing = true fail_under = 100 exclude_lines = ["pragma: no cover"] +[tool.black] +line-length = 80 + [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" |