Clarify that this is also the latest flake8 version which supports 3.6

This commit is contained in:
Peter Law
2023-02-13 19:57:38 +00:00
parent bbd5bcf3ca
commit c71e06fcb3

View File

@@ -44,6 +44,7 @@ setup(name='jedi',
'attrs',
],
'qa': [
# latest version supporting Python 3.6
'flake8==5.0.4',
# latest version supporting Python 3.6
'mypy==0.971',