Skip to content

Commit

Permalink
pyproject.toml: add settings for black
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Apr 5, 2024
1 parent 1f02429 commit d6e2137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
write_to = "src/moin/_version.py"

[tool.black]
line-length = 120
skip-magic-trailing-comma = true

[tool.pytest.ini_options]
norecursedirs = [".git", "_build", "tmp*", "env*", "dlc", "wiki", "support"]

Expand Down

0 comments on commit d6e2137

Please sign in to comment.