Skip to content

Commit

Permalink
Disable some ruff/Pyflakes (F) rules
Browse files Browse the repository at this point in the history
Fixing such issues is time-consuming. Defer to a later time.
  • Loading branch information
DimitriPapadopoulos committed Mar 2, 2024
1 parent 76714dc commit ea76a6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ extend-select = [
"UP", # https://docs.astral.sh/ruff/rules/#pyupgrade-up
]
extend-ignore = [
"F401",
"F841",
"E402",
"E741",
"E501",
Expand Down

0 comments on commit ea76a6c

Please sign in to comment.