File: setup.cfg

package info (click to toggle)
python-agate-sql 0.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 487; makefile: 123
file content (12 lines) | stat: -rw-r--r-- 184 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
    agatesql/__init__.py: F401
    example.py: F401

[isort]
line_length = 119

[bdist_wheel]
universal = 1