File: setup.cfg

package info (click to toggle)
python-agate-excel 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 816 kB
  • sloc: python: 534; makefile: 126
file content (12 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[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