mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
fix: lint issues in experiments folder and format fixes
This commit is contained in:
parent
2f6a91f95d
commit
d29b139c62
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ target-version = "py39"
|
|||
line-length = 120
|
||||
fix = true
|
||||
show-fixes = true
|
||||
extend-exclude = ["code_to_optimize/", "pie_test_set/", "tests/"]
|
||||
extend-exclude = ["code_to_optimize/", "pie_test_set/", "tests/", "experiments/"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["ALL"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue