Skip to content

Commit

Permalink
fixes flake options syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bsavitzky committed Nov 15, 2023
1 parent 497b7d2 commit 06f3a43
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/linters/.flake8
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[flake8]
select:
F402
F404
F812
F823
F831
F821
F822
E112
E113
E901
E902
E999
F402,
F404,
F812,
F823,
F831,
F821,
F822,
E112,
E113,
E901,
E902,
E999,

0 comments on commit 06f3a43

Please sign in to comment.