mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
add flake8 config with some issues ignored
This commit is contained in:
parent
fee7c667cb
commit
9d5f391c2c
1 changed files with 5 additions and 0 deletions
5
.github/linters/.flake8
vendored
Normal file
5
.github/linters/.flake8
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
[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
|
Loading…
Reference in a new issue