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:
github-actions[bot]
2024-11-24 17:34:36 -08:00
committed by GitHub
parent 824aca85d0
commit b24323d500
11 changed files with 17 additions and 19 deletions

View File

@@ -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