Skip to content

Commit

Permalink
upgrade flake8 version
Browse files Browse the repository at this point in the history
this is to prevent error with older version that pulls importlib-metadata==5.0.0
and does not work. This new version sets a upper bound on importlib-metadata version.
  • Loading branch information
lavigne958 committed Oct 6, 2022
1 parent 4258e30 commit 8a8d000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bandit==1.7.0
black==22.3.0
codespell==2.1.0
flake8==3.9.2
flake8==5.0.4
isort==5.9.3

0 comments on commit 8a8d000

Please sign in to comment.