Skip to content

Commit

Permalink
Remove the specific black configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkraemer committed Apr 23, 2024
1 parent af4a2d8 commit 0c6202f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,6 @@ include = ["tueplots*"]
version_file = "tueplots/_version.py"


# Configuration of the black code style checker
# For more information about Black's usage of this file, see
# https://github.com/psf/black#pyprojecttoml
[tool.black]
include = '\.pyi?$'
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''

[tool.isort]
multi_line_output = "3"
include_trailing_comma = "true"
Expand Down

0 comments on commit 0c6202f

Please sign in to comment.