File: setup.cfg

package info (click to toggle)
azure-kusto-python 5.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,704 kB
  • sloc: python: 10,633; sh: 13; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
[bdist_wheel]
universal=1

[flake8]
ignore = E226,E302,E41
max-line-length = 160
exclude = tests/*
max-complexity = 10


[pylint]
max-line-length = 160