Skip to content

Commit

Permalink
chore: Remove mccabe lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 7, 2024
1 parent a7f6150 commit 517dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 517dd18

Please sign in to comment.