1
Fork 0

Merge branch 'dev' into feat/wandb-logging

This commit is contained in:
Tibo De Peuter 2026-04-08 16:15:38 +02:00
commit 512272d6ab
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
41 changed files with 1517 additions and 792 deletions

View file

@ -1,4 +1,5 @@
line-length = 100
exclude = ["wandb"]
[lint]
extend-select = [
@ -394,4 +395,5 @@ extend-ignore = [
# "PLW1404", # implicit-str-concat
]
[lint.per-file-ignores]
"__init__.py" = ["F401"]