Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Configuration for Black
  • Loading branch information
rieder committed Sep 3, 2024
1 parent fb490ea commit ecb3db9
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 @@ -6,3 +6,7 @@ write_to = "src/amuse/version.py"

[flake8]
max-line-length = 88

[tool.black]
line-length = 88
target-version = ["py37"]

0 comments on commit ecb3db9

Please sign in to comment.