From fb051faa0563808be1a31a66480f3de64bdc3185 Mon Sep 17 00:00:00 2001 From: Evan Porter Date: Wed, 18 Feb 2026 01:14:38 +0000 Subject: [PATCH] Remove dead black and isort config from pyproject.toml Neither tool is a dependency; the project uses ruff for linting and import sorting. These sections were template leftovers with no effect. Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4c88fbd..c931c71e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,23 +86,6 @@ include = ["src/*"] omit = ["*migrations*", "*tests*"] plugins = ["django_coverage_plugin"] -[tool.black] -target-version = ["py311"] -exclude = """ -/( - .git - | docs - | migrations - | htmlcov - | .pytest_cache - | .venv -)/ -""" - -[tool.isort] -profile = "black" -skip_glob = ["docs/*", "*/migrations/*"] - [tool.ruff] exclude = [ ".git",