Skip to content

Commit

Permalink
Remove unnecessary black exclude config
Browse files Browse the repository at this point in the history
It seems to have been copy-pasted from the Black docs.
  • Loading branch information
akx committed Sep 26, 2023
1 parent 0b95b88 commit 94c5fd0
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 @@ -7,25 +7,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 94c5fd0

Please sign in to comment.