We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relates to napalm-automation/napalm#280
Add setup.cfg and requirements-dev.txt file with the following content:
setup.cfg
requirements-dev.txt
[pylama] linters = mccabe,pep257,pep8,pyflakes,import_order ignore = D203 [pylama:pep8] max_line_length = 100
pytest pytest-cov pytest-json pytest-pythonpath pylama flake8-import-order -r requirements.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Relates to napalm-automation/napalm#280
Add
setup.cfg
andrequirements-dev.txt
file with the following content:requirements-dev.txt
The text was updated successfully, but these errors were encountered: