Skip to content

Commit

Permalink
chore: add ruff ignore rule UP007
Browse files Browse the repository at this point in the history
  • Loading branch information
smreosms13 committed Nov 19, 2024
1 parent 0d6b099 commit 265490e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"ruff.lint.ignore": [
"B008",
"E712",
"UP007",
"UP017"
],
"editor.defaultFormatter": null
Expand Down

0 comments on commit 265490e

Please sign in to comment.