Merge pull request #215 from PeterJCLaw/update-flake8

Update flake8
This commit is contained in:
Dave Halter
2023-02-13 19:50:21 +00:00
committed by GitHub

View File

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