ci: make pylint hook local
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-10-17 17:59:27 +02:00
commit 3a4c8ea2fa
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
5 changed files with 235 additions and 25 deletions

View file

@ -18,6 +18,7 @@ rich = "^12.5.1"
[tool.poetry.group.linters.dependencies]
black = "^22.8.0"
pre-commit = "^2.20.0"
pylint = "^2.15.4"
[tool.poetry.group.test.dependencies]