Skip to content
Snippets Groups Projects
setup.cfg 186 B
[flake8]
max-line-length = 119
per-file-ignores =
    # imported but unused
    agateexcel/__init__.py: F401
    example.py: F401

[isort]
line_length = 119

[bdist_wheel]
universal = 1