Allow arguments for download.

This commit is contained in:
Felix Delattre 2025-12-18 10:54:22 +01:00
parent 484fa0bb4c
commit 22d493bc2d
5 changed files with 242 additions and 142 deletions

8
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,8 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
hooks:
- id: ruff
args: [--fix]
- id: ruff-format