From 61476de4e083e91a4e61014c57add76348169e6f Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 5 Jun 2024 22:12:38 -0400 Subject: [PATCH] workaround issues w cloudflare --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cdf2985a..0eefdc11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,3 +92,6 @@ django_settings_module = "boofilsic.settings" [tool.ruff] exclude = ["neodb-takahe/*", "media", ".venv", ".git", "playground", "**/tests.py", "neodb", "**/migrations", "**/commands", "**/importers", "**/sites", "legacy" ] lint.ignore = ["F401", "F403", "F405"] + +[tool.setuptools] +py-modules = []