Skip to content

Commit

Permalink
Prefer tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 22, 2023
1 parent e8f4326 commit e9c578e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[lint]
extend-ignore = [
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
"E114",
"E117",
"D206",
"D300",
"Q000",
"Q001",
"Q002",
"Q003",
"COM812",
"COM819",
"ISC001",
"ISC002",
# https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules
"W191",
"E111",
"E114",
"E117",
"D206",
"D300",
"Q000",
"Q001",
"Q002",
"Q003",
"COM812",
"COM819",
"ISC001",
"ISC002",
]

[format]
Expand Down

0 comments on commit e9c578e

Please sign in to comment.