build(deps): Add pylint as a developer dependency

This commit is contained in:
2025-05-21 11:51:17 +02:00
parent 03a1bc1b14
commit 120cdd16af
3 changed files with 77 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ black = "^25.1.0"
commitizen = "^4.8.0"
isort = "^6.0.1"
pre-commit = "^4.2.0"
pylint = "^3.3.7"
[tool.black]
line-length = 120
@@ -38,6 +39,9 @@ force_sort_within_sections = true
line_length = 120
profile = "black"
[tool.pylint.format]
max-line-length = 120
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"