File: setup.cfg

package info (click to toggle)
python-vega-datasets 0.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,112 kB
  • sloc: python: 625; makefile: 21
file content (13 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[flake8]
exclude = altair_transform/utils/_parser_Parser_parsetab.py
max-line-length = 88
ignore = E203, E266, E501, W503
max-complexity = 18
select = B,C,E,F,W,T4,B9

[metadata]
description-file = README.md
license_file = LICENSE

[bdist_wheel]
universal = 1