Skip to content

Commit

Permalink
Add F841 to flake8 ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Feb 2, 2022
1 parent 7f48533 commit 73c2891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
# E402: module level import not at top of file
# I100: Import statements are in the wrong order
# I101: Imported names are in the wrong order. Should be
ignore = E, C, W, I100, I101, D400
# F841: local variable ... is assigned to but never used
ignore = E, C, W, I100, I101, D400, F841
builtins = c

0 comments on commit 73c2891

Please sign in to comment.