mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
5 lines
202 B
INI
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
|