You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sudoisbot/.flake8

6 lines
161 B

[flake8]
# E501 line too long
# W503 line break before binary operator
# W504 line break after binary operator
#ignore = E501,W503,W504
exclude = tests,bullit.py