nixos/templates/python_package/setup.cfg

12 lines
200 B
INI
Raw Normal View History

[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