From 24b7a4d245f15b65eec29a4b02dd48b731b8ff52 Mon Sep 17 00:00:00 2001 From: ljnsn <82611987+ljnsn@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:58:29 +0100 Subject: [PATCH] test: add flake8 config --- .flake8 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..e327db6 --- /dev/null +++ b/.flake8 @@ -0,0 +1,7 @@ +# https://flake8.pycqa.org/en/latest/user/options.html#options-and-their-descriptions +[flake8] +color = always +docstring_style = google +doctests = True +max_line_length = 88 +strictness = long