Skip to content

Commit

Permalink
fixup! install ruff 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
awdem committed Nov 26, 2024
1 parent b157048 commit 71386c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ruff.toml → pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tool.ruff]
line-length = 80

[lint]
extend-select = [
lint.extend-select = [
"I",
"C4",
"SIM",
"Q003",
"RET",
]
ignore = ["E501"]
lint.ignore = ["E501"]

0 comments on commit 71386c5

Please sign in to comment.