fix(ci): setup minimal python version for flake8 (#69)

This commit is contained in:
Jérome Eertmans
2022-11-16 10:07:37 +01:00
committed by GitHub
parent 7367cc2cb5
commit 82eebae686

View File

@ -1,4 +1,5 @@
[flake8]
min_python_version = 3.7
extend-ignore =
# E501: line too long
E501,