Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Zishen Wang <[email protected]>
  • Loading branch information
zz11ss11zz authored Sep 26, 2024
1 parent a27f312 commit def3fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ lint.ignore = [
"PT013", # pytest-incorrect-pytest-import
"RET504",
"RUF012", # Disable checks for mutable class args. This is a non-problem.
"SIM105", # Use contextlib.suppress(OSError) instead of try-except-pass
"SIM105", # Use contextlib.suppress(OSError) instead of try-except-pass.
"SIM910",
"W291",
]
lint.pydocstyle.convention = "google"
Expand Down

0 comments on commit def3fb0

Please sign in to comment.