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

Commit

Permalink
chore: reconfigure ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Oct 21, 2024
1 parent f4231a2 commit 4893638
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ignore = [
"D417",
"DJ008",
"DOC201",
"DOC402",
"DOC501",
"FURB180",
"ISC001",
Expand All @@ -50,11 +51,13 @@ ignore = [
"S311",
"S404",
"SIM105",
"TD002",
"TD003",
"TID252",
"TRY400",
]
select = ["ALL"]
unfixable = ["T"]
unfixable = ["RUF027", "T"]

[lint.flake8-self]
ignore-names = ["_name_", "_value_"]
Expand Down

0 comments on commit 4893638

Please sign in to comment.