Skip to content

Commit

Permalink
Merge pull request #8 from alex-rakowski/black
Browse files Browse the repository at this point in the history
adding black definition to pyproject.toml
  • Loading branch information
alex-rakowski authored Sep 1, 2023
2 parents a2841c3 + 3cdf1c5 commit e46b05e
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
@@ -0,0 +1,4 @@
[tool.black]
target-version = ['py39', 'py310', 'py311']
# line-length = 88
exclude = '__init__.py'

0 comments on commit e46b05e

Please sign in to comment.