zdoom-macos-deps/.github/linters/.flake8

6 lines
202 B
Text
Raw Normal View History

[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