Merge branch 'dev' into feat/wandb-logging
This commit is contained in:
commit
512272d6ab
41 changed files with 1517 additions and 792 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Reference in a new issue