Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel committed Oct 9, 2024
1 parent f159314 commit 6f69e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ select = [
"TID", # flake8-tidy-imports
"TRY", # tryceratops
"UP", # pyupgrade
"W", # pycodestyle
"W", # pycodestyle
]

[lint.per-file-ignores]
Expand Down

0 comments on commit 6f69e00

Please sign in to comment.