Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Sep 11, 2023
1 parent c0faf85 commit d5682f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ target-version = "py310"


[per-file-ignores]
"**/{tests, pytest_simcore}/**" = [
"**/{tests,pytest_simcore}/**" = [
"T201", # print found
"ARG001", # unused function argument
"PT019", # user pytest.mark.usefixture
Expand Down

0 comments on commit d5682f8

Please sign in to comment.