style(menu): clean up right menu - leaving only "Settings" (#11227)

* style(menu): clean up right menu - leaving only settings

* bring pre-commit back

* fix frontend tests

* pre-commit

* re-introduce subtle '+'
This commit is contained in:
Maxime Beauchemin
2020-10-20 21:33:28 -07:00
committed by GitHub
parent 3a0fcdacd3
commit c360413fc2
9 changed files with 76 additions and 87 deletions

View File

@@ -44,6 +44,7 @@ warn_unused_ignores = true
check_untyped_defs = true
disallow_untyped_calls = true
disallow_untyped_defs = true
warn_unused_ignores = false
[mypy-superset.migrations.versions.*]
ignore_errors = true