summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 21:26:34 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-02-04 21:26:34 +0100
commit8a8f2e5e898b0b9e447575298a03beca166e2c6b (patch)
tree20d33ea1d655de03ec121bf5440f3f0e13095dc9 /pyproject.toml
parent5176dbb00c1bb859d7d4586fc7251fff882856f1 (diff)
pyproject.toml: Set black line-length option to 80
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000000..83c116eb5f
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,2 @@
+[tool.black]
+line-length = 80