diff --git a/pyproject.toml b/pyproject.toml index 0857a71..379d44a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,16 +78,6 @@ restructuredtext-lint = "*" sphinx = "*" sphinxcontrib-bibtex = "*" -[tool.black] -line-length = 79 -exclude = ''' -/( - \.git - | build - | dist -)/ -''' - [tool.codespell] skip = 'BIBLIOGRAPHY.bib,CONTRIBUTORS.rst,*.ipynb'