From bef0191e127e82c4a129f7cdf528d2bd5dc16669 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 7 Aug 2024 13:49:14 -0400 Subject: [PATCH] Apply Ruff's flake8-no-pep420 (INP) rules --- doorcontrol/hid/tests/__init__.py | 0 pyproject.toml | 2 +- tasks/management/__init__.py | 0 tasks/management/commands/__init__.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 doorcontrol/hid/tests/__init__.py create mode 100644 tasks/management/__init__.py create mode 100644 tasks/management/commands/__init__.py diff --git a/doorcontrol/hid/tests/__init__.py b/doorcontrol/hid/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 8373c44..acb3795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/tasks/management/__init__.py b/tasks/management/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tasks/management/commands/__init__.py b/tasks/management/commands/__init__.py new file mode 100644 index 0000000..e69de29