mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-07 01:00:58 +01:00
change pytest config for flake8
This commit is contained in:
parent
2b4e1c1bda
commit
21081360e2
|
|
@ -18,8 +18,8 @@ log_file_level=debug
|
|||
log_file_format=%(asctime)s - %(module)-12s %(funcName)-15s [%(levelname)-8s] %(message)s
|
||||
log_file_date_format=%d.%m.%Y %H:%M:%S
|
||||
|
||||
#pep8 plugin
|
||||
pep8ignore = E402 E501
|
||||
#flake8 plugin
|
||||
flake8-ignore = E402 E501
|
||||
# E402 # import not at top
|
||||
# E501 # line too long
|
||||
# pep8maxlinelength = 99
|
||||
# flake8-max-line-length = 99
|
||||
Loading…
Reference in a new issue