You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[flake8]
|
|
|
|
max-line-length = 88
|
|
|
|
extend-ignore = E203, W503
|
|
|
|
|
|
|
|
[pylint]
|
|
|
|
max-line-length = 88
|
|
|
|
|
|
|
|
[pylint.messages_control]
|
|
|
|
disable = C0330, C0326
|
|
|
|
|
|
|
|
[mypy]
|
|
|
|
ignore_missing_imports = True
|