lint
All checks were successful
Mypy / mypy (push) Successful in 45s
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 48s
Pytest / pytest (3.14) (push) Successful in 49s
Ruff / ruff (push) Successful in 34s
Mypy / mypy (pull_request) Successful in 44s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Ruff / ruff (pull_request) Successful in 34s
Pytest / pytest (3.12) (pull_request) Successful in 50s
Pytest / pytest (3.14) (pull_request) Successful in 49s

This commit is contained in:
Justus Kuhlmann 2025-12-04 15:25:28 +01:00
commit df25acfe0a
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
3 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@ from .git_tools import move_submodule
import shutil import shutil
from .find import _project_lookup_by_id from .find import _project_lookup_by_id
from .tools import list2str, str2list, get_db_file from .tools import list2str, str2list, get_db_file
from .tracker import get, save, unlock, init, clone, drop from .tracker import get, save, unlock, clone, drop
from typing import Union, Optional from typing import Union, Optional

View file

@ -1,6 +1,5 @@
from pyerrors.input import json as pj from pyerrors.input import json as pj
import os import os
import datalad.api as dl
import sqlite3 import sqlite3
from .input import sfcf,openQCD from .input import sfcf,openQCD
import json import json