Skip to content

Commit

Permalink
flake8: Remove unused allowed lints
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Nov 21, 2022
1 parent f0689cd commit d5780a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# W503 and W504: Because they keep sending the user back and forth between each
# other
# E265: Actively used to distinguish between comments and commented-out code
ignore = E501, E128, E302, E302, E261, E265, E222, E126, E123, E127, E301, E306, E303, E305, E124, E227, E116, E121, E131, E741, W504, W503
ignore = E501, E128, E302, E302, E261, E265, E126, E123, E127, E301, E306, E303, E305, E124, E121, E131, E741, W504, W503

# excluding the client scripts as their heavy reliance on `from aiocoap import
# *` would decrease their usefullness as easy quick-start script
Expand Down

0 comments on commit d5780a7

Please sign in to comment.