From 01dbb9ffbc11c86fe42676ddac3ec20e7b9f0f7b Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Tue, 30 Jan 2024 21:45:15 +1300 Subject: [PATCH] Drop `black` settings in `pyproject.toml` file. --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3a37752..c8e7db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,16 +68,6 @@ pydata-sphinx-theme = "*" restructuredtext-lint = "*" sphinx = "*" -[tool.black] -line-length = 79 -exclude = ''' -/( - \.git - | build - | dist -)/ -''' - [tool.codespell] skip = 'BIBLIOGRAPHY.bib,CONTRIBUTORS.rst'