Merge pull request #489 from mawoka-myblock/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Marlon
2026-06-22 11:26:11 +02:00
committed by GitHub
27 changed files with 22 additions and 25 deletions
-1
View File
@@ -39,7 +39,6 @@ every time it is passed the same arguments. 'mint()' incorporates a random
salt in stamps (as per the hashcash v.1 protocol).
"""
from string import ascii_letters
from math import ceil, floor
import hashlib
-1
View File
@@ -12,7 +12,6 @@ from classquiz.tests import test_user_email, test_user_password, example_quiztiv
from classquiz.tests import test_client, example_quiz, ValueStorage # noqa : F401
from fastapi.testclient import TestClient
# @pytest.fixture
# async def startup_and_shutdown_server():
# """Start server as test fixture and tear down after test"""