diff --git a/pyproject.toml b/pyproject.toml index 83e015b36cc35948e5ecc5c38e0e6847587b94f6..4e57367cf1a8b66315732f9e8977a8e04b9c9a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,13 +32,13 @@ isort = "^5" bandit = { extras = ["toml"], version = "^1" } pycodestyle = "^2" pydocstyle = { extras = ["toml"], version = "^6" } +pylint = "^2" pylint-secure-coding-standard = "^1" pylint-pydantic = "^0" pylint-enums = "^0" ruff = "^0" interrogate = "^1" deptry = "^0" -pylint = "^2" mypy = { extras = ["reports"], version = "^1" } vulture = "^2" safety = "^2.4.0b1"