build(deps): Add pylint as a developer dependency
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user