From 74a00ced5c8a962b3db4a66fef589b6488861591 Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Fri, 12 Jul 2024 09:54:33 -0400 Subject: [PATCH] chore: remove unused configs in pyproject.toml (#358) * removes black + extra comment --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e7c014..b3c7aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,10 +81,6 @@ testpaths = ["tests"] [tool.coverage.run] branch = true -[tool.black] -line-length = 88 -extend-exclude = "^/docs/source/conf.py" - [tool.ruff] src = ["src"] exclude = ["docs/source/conf.py"] @@ -174,7 +170,6 @@ ignore = [ # F401 - unused-import # N805 - invalid-first-argument-name-for-method # S101 - assert -# B011 - assert-false # D100 - undocumented-public-module # D103 - undocumented-public-function # I001 - unsorted-imports