File: setup.cfg

package info (click to toggle)
python-agate 1.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,008 kB
  • sloc: python: 8,578; makefile: 126
file content (17 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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

[isort]
line_length = 119

[bdist_wheel]
universal = 1