Skip to content

Commit

Permalink
removed exclude from black configuration since it's not used by pre…
Browse files Browse the repository at this point in the history
…-commit (#142)
  • Loading branch information
fpgmaas committed Sep 30, 2022
1 parent ce81ea3 commit 94c731e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@ line-length = 120
include = '\.pyi?$'
target-version = ['py39']
fast = true
exclude = '''
(
/( # exclude a few common directories in the
\.git # root of the project
| \.pytest_cache
| python-venv
| \.venv
| venv
| build
| dist
| \.tox
))
'''

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 94c731e

Please sign in to comment.