Skip to content

Commit

Permalink
Add options to isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
Bougeant committed Aug 2, 2024
1 parent 50e02a1 commit ceeeb13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@ dev = ["pytest", "black", "isort", "flake8", "pytest-cov"]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
multi_line_output = 3
line_length = 88
include_trailing_comma = true

[tool.black]
line_length = 88

0 comments on commit ceeeb13

Please sign in to comment.