Add pylint and bs4-types

* pylint for helping to clean up simple issues
* bs4-types for beautifulsoup4 mypy types

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-06-20 23:21:58 -07:00
parent ac8812fc30
commit 99624c17a5
3 changed files with 904 additions and 2 deletions

View File

@@ -15,6 +15,8 @@ httpx = "^0.24.1"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
mypy = "^1.4.0"
types-beautifulsoup4 = "^4.12.0.5"
pylint = "^2.17.4"
[build-system]
requires = ["poetry-core"]