chore: Update pre-commit packages (#23173)

This commit is contained in:
Hugh A. Miles II
2023-03-13 17:05:13 -06:00
committed by GitHub
parent 9ae81b7c33
commit b820eb8235
87 changed files with 112 additions and 218 deletions

View File

@@ -89,7 +89,6 @@ def _create_energy_table() -> List[Slice]:
slices = []
for slice_data in _get_energy_slices():
slice = _create_and_commit_energy_slice(
table,
slice_data["slice_title"],

View File

@@ -23,7 +23,6 @@ from tests.integration_tests.test_app import app
@pytest.fixture()
def create_gamma_sqllab_no_data():
with app.app_context():
gamma_role = db.session.query(Role).filter(Role.name == "Gamma").one_or_none()
sqllab_role = (