Skip to content

Commit

Permalink
Turn off rules that break my tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Feb 24, 2024
1 parent 5d2269b commit e2510a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ ignore = [
"F821", # undefined name
"F505", # .format() stuff
"F507", # .format() stuff
"F522", # .format() stuff
"F523", # .format() stuff
"F524", # .format() stuff
"F823", # local variable referenced before assignment
"F601", # dictionary key name repeated with different values
Expand Down

0 comments on commit e2510a0

Please sign in to comment.