Skip to content

Commit

Permalink
Allow any assert statements in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Oct 6, 2023
1 parent d0e3b0c commit daf6b2d
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 @@ -53,7 +53,7 @@ max-complexity = 10

[per-file-ignores]
"scripts/*" = ["PL", "S", "SIM", "D"]
"tests/*" = ["S", "SIM", "PLR"]
"tests/*" = ["S", "SIM", "PLR", "B011"]
".devcontainer/*" = ["S", "SIM", "D"]
"examples/*" = ["S", "D"]
"__init__.py" = ["D"]
Expand Down

0 comments on commit daf6b2d

Please sign in to comment.