Skip to content

Commit

Permalink
[ruff conf] Simplify the ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Oct 2, 2023
1 parent 1f3de87 commit 31f40a9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,3 @@ ignore = [
"B905", # `zip()` without an explicit `strict=` parameter
"RUF012", # mutable default values in class attributes
]

fixable = [
"E", # pycodestyle
"F", # pyflakes
"W", # pycodestyle
"B", # bugbear
"I", # isort
"RUF", # ruff
"UP", # pyupgrade
]

0 comments on commit 31f40a9

Please sign in to comment.