From ba708fc145fab222a8037fcd51b788b5e893b464 Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Fri, 27 Oct 2023 14:21:12 +0200 Subject: [PATCH] style: New line length 100 characters and using black as formatter Signed-off-by: Sven Sager --- .idea/codeStyles/Project.xml | 2 +- .idea/misc.xml | 3 +++ pyproject.toml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pyproject.toml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 48d4e66..aab4ec7 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index b35f69e..ada67d1 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,9 @@ + diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..aa4949a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +line-length = 100