Skip to content

Commit

Permalink
Merge pull request coqui-ai#2999 from akx/remove-unnecessary-black-co…
Browse files Browse the repository at this point in the history
…nfig

Remove unnecessary black exclude config
  • Loading branch information
erogol authored Sep 27, 2023
2 parents 536a12b + 94c5fd0 commit e39da61
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@ max-line-length=120
[tool.black]
line-length = 120
target-version = ['py39']
exclude = '''
(
/(
\.eggs # exclude a few common directories in the
| \.git # root of the project
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
| foo.py # also separately exclude a file named foo.py in
# the root of the project
)
'''

[tool.isort]
line_length = 120
Expand Down

0 comments on commit e39da61

Please sign in to comment.