Apply Ruff's flake8-no-pep420 (INP) rules

This commit is contained in:
Adam Goldsmith 2024-08-07 13:49:14 -04:00
parent ab25da0aa1
commit bef0191e12
4 changed files with 1 additions and 1 deletions

View File

View File

@ -60,7 +60,7 @@ admin_email = "cmsmanage.django_q2_admin_email_reporter:AdminEmailReporter"
line-length = 88
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I", "C4", "UP", "PERF", "PL", "SIM", "FIX003", "DJ012", "A"]
select = ["E4", "E7", "E9", "F", "I", "C4", "UP", "PERF", "PL", "SIM", "FIX003", "DJ012", "A", "INP"]
[tool.ruff.lint.isort]
known-first-party = [

View File

View File