ci: pre-commit support
This commit is contained in:
@@ -11,11 +11,17 @@ beautifulsoup4 = "^4.11.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
sendgrid = "^6.9.7"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
ppgee = "ppgee.__main__:main"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pre-commit = "^4.0.1"
|
||||
black = "^24.10.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
|
||||
Reference in New Issue
Block a user