Skip to content

Commit

Permalink
Merge pull request #215 from PeterJCLaw/update-flake8
Browse files Browse the repository at this point in the history
Update flake8
  • Loading branch information
davidhalter authored Feb 13, 2023
2 parents df34112 + 378e645 commit ffadfca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
'docopt',
],
'qa': [
'flake8==3.8.3',
# Latest version which supports Python 3.6
'flake8==5.0.4',
'mypy==0.782',
],
},
Expand Down

0 comments on commit ffadfca

Please sign in to comment.