workaround issues w cloudflare

This commit is contained in:
Your Name 2024-06-05 22:12:38 -04:00 committed by Henri Dickson
parent 85b59aab1a
commit 61476de4e0

View file

@ -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 = []