12 lines
200 B
INI
12 lines
200 B
INI
[flake8]
|
|
max-line-length = 88
|
|
import-order-style = pep8
|
|
exclude = .git/*,__pycache__/*
|
|
|
|
[pycodestyle]
|
|
max-line-length = 88
|
|
exclude = .git/*,__pycache__/*
|
|
|
|
[mypy-numpy.*]
|
|
ignore_missing_imports = True
|