Update flake8

This commit is contained in:
Peter Law
2023-02-13 19:42:02 +00:00
parent df34112b5b
commit 378e645bbc

View File

@@ -51,7 +51,8 @@ setup(
'docopt',
],
'qa': [
'flake8==3.8.3',
# Latest version which supports Python 3.6
'flake8==5.0.4',
'mypy==0.782',
],
},