From ee19e8dcffd1cd771d3e0e527f4db1a738d98362 Mon Sep 17 00:00:00 2001 From: stumpylog <797416+stumpylog@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:29:37 -0700 Subject: [PATCH] Remove old rules we don't actually need still --- pyproject.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 507acf330..4fb17058e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -295,26 +295,8 @@ per-file-ignores."*/migrations/*.py" = [] # Testing per-file-ignores."*/tests/*.py" = [ "DTZ", - "E501", "SIM117", ] -per-file-ignores.".github/scripts/*.py" = [ - "E501", - "INP001", - "SIM117", -] -# Docker specific -per-file-ignores."docker/rootfs/usr/local/bin/wait-for-redis.py" = [ - "INP001", - "T201", -] -per-file-ignores."docker/wait-for-redis.py" = [ - "INP001", - "T201", -] -per-file-ignores."src/documents/models.py" = [ - "SIM115", -] isort.force-single-line = true [tool.codespell]