zdoom-macos-deps/.github/linters/.flake8
2021-08-04 09:31:47 +03:00

5 lines
202 B
INI

[flake8]
# E501 line too long (... > 79 characters)
# F403 'from ... import *' used; unable to detect undefined names
# F405 '...' may be undefined, or defined from star imports
ignore = E501,F403,F405