test: add flake8 config

This commit is contained in:
ljnsn 2022-12-21 23:58:29 +01:00
parent 01942217b2
commit 24b7a4d245
1 changed files with 7 additions and 0 deletions

7
.flake8 Normal file
View File

@ -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