format: Apply Black formatter to the codebase (#127)

This commit is contained in:
VitaminB16
2024-03-11 04:36:27 +00:00
committed by GitHub
parent e8b4b376b8
commit 94d8f555fd
11 changed files with 524 additions and 208 deletions

View File

@@ -24,7 +24,12 @@ markdownify = "^0.11.6"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.1"
jupyter = "^1.0.0"
black = "^24.2.0"
pre-commit = "^3.6.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88