Skip to content

Commit

Permalink
Update ignored groups in ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Jun 26, 2024
1 parent 0c96160 commit 15564dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,12 @@ select = [
ignore = [
"B008", # Function call in default argument
"B024", # Abstract base class without abstract methods
"B904", # Raise without from inside exception
"B905", # Zip without explicit strict
"E402", # Module level import not at top of file
"E501", # Line too long
"E731", # Do not assign a `lambda` expression, use a `def`
"E741", # Ambiguous variable name
"F841", # Local variable is assigned to but never used
"I001", # Import block is unsorted or unformatted
"RUF002", # Ambigous unicode character in docstring
"RUF003", # Ambigous unicode character in comment
]

Expand Down

0 comments on commit 15564dd

Please sign in to comment.