ansible-later/setup.cfg

16 lines
313 B
INI
Raw Normal View History

2018-12-19 11:19:07 +01:00
[metadata]
description-file = README.md
license_file = LICENSE
[bdist_wheel]
universal = 1
[flake8]
2019-03-22 10:29:06 +01:00
ignore = E501, W503, F401, N813
2018-12-19 11:19:07 +01:00
max-line-length = 100
2019-03-22 10:29:06 +01:00
exclude = .git,.tox,__pycache__,build,dist,tests,*.pyc,*.egg-info,.cache,.eggs
[tool:pytest]
filterwarnings =
ignore:.*collections.*:DeprecationWarning