You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-enable pylint on some configuration files (#8767)
* re-enable pylint for superset/config.py
* re-enable pylint on superset/migrations/env.py
* re-enable pylint for superset/legacy.py
* re-enable pylint for superset/forms.py
* re-enable pylint for superset/stats_logger.py
* Tweaks to make mypy and pylint happy
* black
SIP_15_TOAST_MESSAGE='Action Required: Preview then save your chart using the new time range endpoints <a target="_blank" href="{url}" class="alert-link">here</a>.'
733
+
SIP_15_TOAST_MESSAGE= (
734
+
"Action Required: Preview then save your chart using the"
735
+
'new time range endpoints <a target="_blank" href="{url}"'
736
+
'class="alert-link">here</a>.'
737
+
)
732
738
733
739
ifCONFIG_PATH_ENV_VARinos.environ:
734
740
# Explicitly import config module that is not necessarily in pythonpath; useful
0 commit comments