Skip to content

Commit

Permalink
Shut flake8 up
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 10, 2024
1 parent 0cbf02d commit 8d3575b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ warn_unreachable = True
# E722 - Do not use bare except
# W504 - Line break after binary operator
# E741 - Do not use variables named 'I', 'O', or 'l'
ignore = D10,E265,E501,E722,W504,E741
# A005 - The module is shadowing a Python builtin module
ignore = D10,E265,E501,E722,W504,E741,A005
exclude = *_pb2.py

[mypy-repology.parsers.pb.*]
Expand Down

0 comments on commit 8d3575b

Please sign in to comment.