From 74d336cfbac5b8fce44ddf6d1e03f705926874bd Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Wed, 27 Apr 2022 08:38:05 +0200 Subject: [PATCH] Added pyproject.toml. --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b95b5ec --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[tool.black] +line-length=80 + +[tool.pylint.REPORTS] +reports='no' -- GitLab