From 517dd1874dde228ab217966ece2b53cb8b8ec5d5 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:43:21 -0400 Subject: [PATCH] chore: Remove mccabe lint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e651de7..e8be7b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ line-length = 119 target-version = "py310" [tool.ruff.lint] -select = ["C", "E", "F", "W"] +select = ["E", "F", "W"] [tool.pytest.ini_options] DJANGO_SETTINGS_MODULE = 'cove_project.settings'