mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore(🦾): bump python pre-commit 3.7.1 -> 4.0.1 (#31050)
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
committed by
GitHub
parent
824aca85d0
commit
b24323d500
@@ -69,7 +69,7 @@ def login_as(test_client: FlaskClient[Any]):
|
||||
|
||||
@pytest.fixture
|
||||
def login_as_admin(login_as: Callable[..., None]):
|
||||
yield login_as("admin")
|
||||
yield login_as("admin") # type: ignore
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user