diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e1c2d04..0d40d9e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -42,7 +42,6 @@ django-settings-module="base.settings" [tool.pylint.main] ignore-paths = ["^\\\\.venv|^/.venv"] ignore-patterns = ["^\\.#"] -py-version = "3.11" source-roots = ["rotini"] suggestion-mode = true