common: update flake8

This commit is contained in:
Corentin Sechet 2022-04-12 13:14:35 +02:00
parent 7f5d3cd283
commit f7863d59f4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ignore =
# at least two spaces before inline comment
E261
max-complexity = 10
max-line-length = 120
per-file-ignores =
# Imported but unused
__init__.py:F401