ruff compatible to YTT,E,W,F
All checks were successful
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 49s
Pytest / pytest (3.14) (push) Successful in 49s
Pytest / pytest (3.12) (pull_request) Successful in 48s
Pytest / pytest (3.13) (pull_request) Successful in 49s
Pytest / pytest (3.14) (pull_request) Successful in 50s

This commit is contained in:
Justus Kuhlmann 2025-12-02 10:28:22 +01:00
commit d137f67e10
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
8 changed files with 225 additions and 16 deletions

View file

@ -26,4 +26,3 @@ def get_file(path: str, file: str):
print("Downloading data...")
dl.get(os.path.join(path, file), dataset=path)
print("> downloaded file")