Skip to content

Commit

Permalink
Revert "tools: remove flake8-bandit"
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Jan 2, 2022
1 parent d47e097 commit 0070000
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 29 deletions.
175 changes: 147 additions & 28 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ taskipy = "^1.6.0"
black = "^21.7b0"
flake8 = "~=3.8"
flake8-annotations = "~=2.3"
flake8-bandit = "^2.1.2"
flake8-bugbear = "~=20.1"
flake8-docstrings = "~=1.5"
flake8-isort = "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ idna==3.2 ; python_version >= "3.5"
multidict==5.2.0 ; python_version >= "3.6"
pycares==4.1.2
pycparser==2.20 ; python_version >= "2.7" and python_version != "3.0" and python_version != "3.1" and python_version != "3.2" and python_version != "3.3"
pydantic==1.8.2 ; python_full_version >= "3.6.1"
pydantic==1.9.0 ; python_full_version >= "3.6.1"
pyreadline3==3.3 ; sys_platform == "win32"
python-dateutil==2.8.2 ; python_version != "3.0"
python-dotenv==0.19.0 ; python_version >= "3.5"
Expand Down

0 comments on commit 0070000

Please sign in to comment.