From 188e461ceb550f8f230950f87c88bb8cb8774bb9 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Sat, 2 Mar 2024 16:40:08 -0400 Subject: [PATCH] Add pyproject.toml with autopep8 config --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..c8c6afc --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.autopep8] +max_line_length = 80 +aggressive = 2 \ No newline at end of file