summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-11 16:02:37 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-11 16:02:37 +0100
commite3fbf627b644833fa5493ebde4320c77c17c6431 (patch)
treea07720b14bcd5ef33ad9fc6dbe48d9d05a87af80 /pyproject.toml
parentb1865cabf623a9080af258baf6cb3423fcbc546f (diff)
pyproj.toml: Restrict line length to 79 (for black)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 83c116eb5f..a8f43fefdf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,2 @@
[tool.black]
-line-length = 80
+line-length = 79