kombu/setup.cfg

34 lines
623 B
INI
Raw Normal View History

[tool:pytest]
2016-08-23 19:52:14 +00:00
testpaths = t/unit/
python_classes = test_*
2010-06-23 10:08:39 +00:00
[build_sphinx]
source-dir = docs/
2016-04-07 22:59:26 +00:00
build-dir = docs/_build
2010-06-23 10:08:39 +00:00
all_files = 1
2016-10-11 19:33:31 +00:00
[flake8]
# classes can be lowercase, arguments and variables can be uppercase
# whenever it makes the code more readable.
extend-ignore = W504, N806, N802, N801, N803
2016-10-11 19:33:31 +00:00
[mypy]
warn_unused_configs = True
strict = False
warn_return_any = True
follow_imports = skip
show_error_codes = True
disallow_untyped_defs = True
ignore_missing_imports = True
files =
kombu/utils/time.py
2016-10-11 20:33:10 +00:00
[pep257]
2016-10-11 21:59:00 +00:00
ignore = D102,D104,D203,D105,D213
2016-10-11 20:33:10 +00:00
2010-06-23 10:08:39 +00:00
[bdist_rpm]
2020-09-06 15:51:04 +00:00
requires = amqp >= 5.
2014-06-02 16:48:37 +00:00
[metadata]
license_file = LICENSE