Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Adjust ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
abhabongse committed Apr 1, 2024
1 parent 7ed274e commit e5537df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ quote-style = "preserve"
skip-magic-trailing-comma = true

[tool.ruff.lint]
ignore = ["COM812", "ISC001"] # conflicting with ruff formatter
ignore = ["COM812", "ISC001", "RET505", "RET506", "RET507", "RET508"]
select = [
"F", "E", "W", "C90", "I", "UP", "ASYNC", "S", "BLE", "FBT003", "B", "A",
"F", "E", "W", "C90", "I", "UP", "ASYNC", "S", "FBT003", "B", "A",
"COM", "C4", "FA", "ISC", "ICN", "G", "PT", "RSE", "RET", "SLOT",
"SIM101", "SIM105", "SIM107", "SIM110", "SIM113", "SIM115", "SIM117",
"SIM118", "SIM2", "SIM3", "SIM4", "SIM9", "TID", "TCH", "PTH", "PD", "PGH",
Expand Down

0 comments on commit e5537df

Please sign in to comment.