summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2022-06-20 22:25:27 +0200
committerKarl Lorey <git@karllorey.com>2022-06-20 22:25:27 +0200
commitaf4666eb440c12fbbd25335aa950f2e4779a066b (patch)
tree5e6eb776bb082f85526b6ab867b9baeb72ae4738
parent0eb32418350a673652e1b93e3d51055d1c396dd4 (diff)
Set max_line_length to 88
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index e2b2856..ed1af23 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -57,7 +57,7 @@ ignore =
# bin op line break, invalid
W503
# up to 88 allowed by bugbear B950
-max-line-length = 80
+max-line-length = 88
[tool:pytest]
log_cli_level = 1