Skip to content

Commit

Permalink
add black settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Mar 3, 2024
1 parent fcc1c48 commit 0368958
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 @@ -25,3 +25,7 @@ classifiers = [

[project.scripts]
rp4 = "rp4.__main__:main"

[tool.black]
line-length = 120
target-version = ['py311']

0 comments on commit 0368958

Please sign in to comment.