diff --git a/pyproject.toml b/pyproject.toml index 2f6fafb230b..1e0fd0b89d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]