Skip to content

Commit

Permalink
bumping up versions (#97)
Browse files Browse the repository at this point in the history
Note: cannot bump flake8 to 5.0.4 until bandit is released
  • Loading branch information
jackdewinter committed Aug 25, 2022
1 parent 9ad902d commit bb51664
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
black = "==22.6.0"
isort = "==5.10.1"
flake8 = "==4.0.1"
flake8-bugbear = "==22.7.1"
flake8-bugbear = "==22.8.23"
flake8-bandit = "==3.0.0"
pylint = "==2.14.5"
project-summarizer = "==0.5.0"
Expand Down
35 changes: 10 additions & 25 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ select = B,C,E,F,W,T4

## Run with: pylint --rcfile=setup.cfg somepackage
[pylint]
disable = C0301, C0330, W0511, duplicate-code
disable = C0301, W0511, duplicate-code
extension-pkg-whitelist=win32api
#ignore = migrations
#ignore-docstrings = yes
Expand Down

0 comments on commit bb51664

Please sign in to comment.