Allow and unify the usage of TODOs
This commit is contained in:
parent
06d003b615
commit
4c0c7887e5
3 changed files with 23 additions and 1 deletions
20
poetry.lock
generated
20
poetry.lock
generated
|
|
@ -704,6 +704,24 @@ files = [
|
|||
[package.dependencies]
|
||||
flake8 = "*"
|
||||
|
||||
[[package]]
|
||||
name = "flake8-todos"
|
||||
version = "0.3.1"
|
||||
description = "Python linter to check TODO comments for consistency and best practice."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "flake8_todos-0.3.1-py3-none-any.whl", hash = "sha256:0b4faca80bec49be7bf8e5dd46eec12f619e09cecac8a84a87775272300222b2"},
|
||||
{file = "flake8_todos-0.3.1.tar.gz", hash = "sha256:942101a08f831d7d9f7d864d86169f3bcfaf8b6d56a004c0280eb51725266b16"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
flake8 = "*"
|
||||
pycodestyle = "*"
|
||||
|
||||
[package.extras]
|
||||
dev = ["isort[pyproject]", "pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "identify"
|
||||
version = "2.6.1"
|
||||
|
|
@ -1681,4 +1699,4 @@ type = ["pytest-mypy"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "e9e490a864511852844926112978e57c1421328f6231437f8f280ddfc88cecde"
|
||||
content-hash = "d5e420036c32cb6043efd303ae45663287a7bda00036c94fd9497f9346fde701"
|
||||
|
|
|
|||
Loading…
Reference in a new issue