nixos/templates/python_package/setup.cfg
2023-01-10 08:06:54 +00:00

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