Skip to content

Commit

Permalink
Set correct target line length for darker / black
Browse files Browse the repository at this point in the history
Use value set for ruff already.
  • Loading branch information
FestplattenSchnitzel committed Feb 16, 2024
1 parent 967fee9 commit f07a07c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 100

[tool.mypy]
exclude = "deps/.*/build"
plugins = "sqlalchemy.ext.mypy.plugin"
Expand Down

0 comments on commit f07a07c

Please sign in to comment.