Codebase list python-rdata / 38b2e6f5-51af-4020-ba6d-27247c3bb3cb/upstream/0.5+git20220902.1.bae7eb8 setup.cfg
38b2e6f5-51af-4020-ba6d-27247c3bb3cb/upstream/0.5+git20220902.1.bae7eb8

Tree @38b2e6f5-51af-4020-ba6d-27247c3bb3cb/upstream/0.5+git20220902.1.bae7eb8 (Download .tar.gz)

setup.cfg @38b2e6f5-51af-4020-ba6d-27247c3bb3cb/upstream/0.5+git20220902.1.bae7eb8raw · history · blame

[aliases]
test = pytest

[tool:pytest]
addopts = --doctest-modules --doctest-glob="*.rst"
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS

[isort]
multi_line_output = 3
include_trailing_comma = true
use_parentheses = true
combine_as_imports = 1

[flake8]
ignore = 
	D105,
	D107,
	DAR202,
	DAR401,
	DAR402,
	N803,
	N806,
	Q000,
	RST201, RST203, RST301,
	S101,
	W503,
	WPS100,
	WPS111,
	WPS114,
	WPS115,
	WPS120,
	WPS232,
	WPS235,
	WPS300,
	WPS301,
	WPS305,
	WPS306,
	WPS326,
	WPS337,
	WPS338,
	WPS352,
	WPS362,
	WPS420,
	WPS433,
	WPS435,
	WPS436,
	WPS450,
	WPS465,
	WPS507,
	WPS520,
per-file-ignores = 
	__init__.py:
	F401,
	WPS113,
	WPS235,
	WPS412
	
	test_*.py: WPS204, WPS432, WPS442
rst-directives = 
	autosummary,data,currentmodule,deprecated,
	glossary,moduleauthor,plot,testcode,
	versionadded,versionchanged,
rst-roles = 
	attr,class,func,meth,mod,obj,ref,term,
allowed-domain-names = data, info, obj, result, results, val, value, values, var
max-arguments = 10
max-attributes = 10
max-cognitive-score = 30
max-expressions = 15
max-imports = 20
max-line-complexity = 30
max-local-variables = 15
max-methods = 30
max-module-expressions = 15
max-module-members = 15
max-string-usages = 10
ignore-decorators = (property)|(overload)
strictness = long
format = wemake
show-source = true

[mypy]
strict = True
strict_equality = True
implicit_reexport = True

[mypy-numpy.*]
ignore_missing_imports = True

[mypy-pandas.*]
ignore_missing_imports = True

[mypy-setuptools.*]
ignore_missing_imports = True

[egg_info]
tag_build = 
tag_date = 0