Skip to content

Commit ac545cb

Browse files
committed
fix: ignore F811
1 parent 62c4fe3 commit ac545cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ignore = [
4646
"D101", # allow undocumented public class
4747
"D102", # allow undocumented class method
4848
"D103", # allow undocumented public method definitions
49+
"F811", # allow redefinition of variables, required for pytest fixtures
4950
"S101", # allow use of `assert` in test files
5051
]
5152
"main/COMO.ipynb" = [

0 commit comments

Comments
 (0)