Codebase list netmiko / d3f8c407-91d4-46fb-90bd-37e2413117b5/upstream setup.cfg
d3f8c407-91d4-46fb-90bd-37e2413117b5/upstream

Tree @d3f8c407-91d4-46fb-90bd-37e2413117b5/upstream (Download .tar.gz)

setup.cfg @d3f8c407-91d4-46fb-90bd-37e2413117b5/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/*,.venv/*

[pylama:pep8]
max_line_length = 100

[tool:pytest]
addopts = -rs

[mypy]
python_version = 3.6
check_untyped_defs = True
disallow_any_generics = True
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True
ignore_errors = False
ignore_missing_imports = True
strict_optional = True
warn_unused_configs = True
warn_unused_ignores = True
warn_return_any = True
warn_redundant_casts = True

[mypy-netmiko._textfsm._terminal]
ignore_errors = True

[mypy-netmiko._textfsm._texttable]
ignore_errors = True

[mypy-netmiko._textfsm._clitable]
ignore_errors = True

[egg_info]
tag_build = 
tag_date = 0