Skip to content

Commit

Permalink
adding E501 to expect fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rakowski committed Nov 14, 2023
1 parent 0e54406 commit 4aa57d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.flake8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[flake8]
select: "F402,F404,F812,F823,F831,F821,F822,E112,E113,E901,E902,E999"
select: "F402,F404,F812,F823,F831,F821,F822,E112,E113,E901,E902,E999,E501"

0 comments on commit 4aa57d8

Please sign in to comment.