Skip to content

Commit

Permalink
Remove black configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Oct 11, 2024
1 parent dc7738c commit 4d12f4e
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,6 @@ requires = ["setuptools",
"wheel"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 80
target-version = ["py36"]
exclude = '''
(
/(
\.eggs # all directories in the root of the project
| \.git
| \.hg
| \.mypy_cache
| \.nox
| \.tox
| \.venv
| \.svn
| _build
| buck-out
| build
| dist
)/
| docs/conf.py
| _astropy_init.py
)
'''

[tool.interrogate]
color = true
#exclude = ["docs", "build"]
Expand Down

0 comments on commit 4d12f4e

Please sign in to comment.