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