Skip to content

Commit

Permalink
ruff: enable flake-2020
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Nov 3, 2023
1 parent 4a11883 commit a6f5b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ select = [
"TCH", # flake8-type-checking
"UP032", # f-string
"W", # warnings (mostly whitespace)
"YTT", # flake8-2020
]

# Never enforce `E501` (line length violations).
Expand Down

0 comments on commit a6f5b92

Please sign in to comment.