fix: CI failures caused by a ruff version mismatch (#36358)

This commit is contained in:
Michael S. Molina
2025-12-01 15:35:22 -05:00
committed by GitHub
parent 92986c2ecc
commit b12f5f8394
5 changed files with 16 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
# Import all settings from the main config first
from flask_caching.backends.filesystemcache import FileSystemCache
from superset_config import * # noqa: F403
# Override caching to use simple in-memory cache instead of Redis