Skip to content

Commit

Permalink
ignore PT004
Browse files Browse the repository at this point in the history
  • Loading branch information
takatost committed Sep 12, 2024
1 parent 42410ff commit bb61037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ ignore = [
"SIM113", # eumerate-for-loop
"SIM117", # multiple-with-statements
"SIM210", # if-expr-with-true-false
"SIM300", # yoda-conditions
"SIM300", # yoda-conditions,
"PT004", # pytest-no-assert
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit bb61037

Please sign in to comment.