Skip to content

Commit

Permalink
reversing changes in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrozek committed Dec 19, 2024
1 parent 877ece7 commit 94cab5e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ build-backend = "setuptools.build_meta"
line_length = 120
multi_line_output = 3
include_trailing_comma = true
skip = ["migrations", ".venv"]

[tool.black]
line_length = 120
exclude = '''
/^(
migrations
| sio3pack$
| \.venv$
)/
'''
exclude = "migrations/"

0 comments on commit 94cab5e

Please sign in to comment.