Skip to content

Commit

Permalink
format: Apply Black formatter to the codebase (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaminB16 authored Mar 11, 2024
1 parent e8b4b37 commit 94d8f55
Show file tree
Hide file tree
Showing 11 changed files with 524 additions and 208 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
language_version: python
args: [--line-length=88, --quiet]
204 changes: 203 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 94d8f55

Please sign in to comment.