Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Use multi-line syntax for black exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Nov 17, 2023
1 parent 4a455ef commit 82321b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,12 @@ build-backend = "poetry.masonry.api"
[tool.black]
line_length = 88
target-version = ['py39']
exclude = '/(migrations|venv|.venv|node_modules|.git)/'
exclude = '''
/(
.+/migrations
| venv
| \.venv
| node_modules
| \.git
)/
'''

0 comments on commit 82321b6

Please sign in to comment.