Codebase list netmiko / 9ce66809-ce27-4981-9b11-931a331a553e/upstream setup.cfg
9ce66809-ce27-4981-9b11-931a331a553e/upstream

Tree @9ce66809-ce27-4981-9b11-931a331a553e/upstream (Download .tar.gz)

setup.cfg @9ce66809-ce27-4981-9b11-931a331a553e/upstreamraw · history · blame

[bdist_wheel]
universal = 0

[metadata]
license_file = LICENSE

[pylama]
linters = mccabe,pep8,pyflakes
ignore = D203,C901
skip = build/*,.tox/*,netmiko/_textfsm/*,examples/use_cases/*

[pylama:pep8]
max_line_length = 100

[tool:pytest]
addopts = -rs

[egg_info]
tag_build = 
tag_date = 0