File: setup.cfg

package info (click to toggle)
python-agate 1.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,020 kB
  • sloc: python: 8,554; makefile: 126
file content (11 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 119
per-file-ignores =
    # imported but unused, unable to detect undefined names
    agate/__init__.py: F401,F403
    agate/aggregations/__init__.py: F401
    agate/computations/__init__.py: F401
    agate/data_types/__init__.py: F401
    # module level import not at top of file
    agate/tableset/__init__.py: E402
    agate/table/__init__.py: E402