Codebase list python-param / upstream/1.12.0a1+git20211009.1.873f883 setup.cfg
upstream/1.12.0a1+git20211009.1.873f883

Tree @upstream/1.12.0a1+git20211009.1.873f883 (Download .tar.gz)

setup.cfg @upstream/1.12.0a1+git20211009.1.873f883raw · history · blame

[wheel]
universal = 1

[flake8]
include = setup.py param numbergen
exclude = .git,__pycache__,.tox,.eggs,*.egg,doc,dist,build,_build,tests,.ipynb_checkpoints,run_test.py
ignore = E114,
	E116,
	E126,
	E128,
	E129,
	E2,
	E3,
	E4,
	E5,
	E731,
	E701,
	E702,
	E703,
	E704,
	E722,
	E741,
	E742,
	E743,
	W503,
	W504,

[tool:pytest]
python_files = test*.py

[egg_info]
tag_build = 
tag_date = 0