Codebase list python-pynvim / 953bdd8b-1b24-4b6c-b633-7ce55be447c7/main setup.cfg
953bdd8b-1b24-4b6c-b633-7ce55be447c7/main

Tree @953bdd8b-1b24-4b6c-b633-7ce55be447c7/main (Download .tar.gz)

setup.cfg @953bdd8b-1b24-4b6c-b633-7ce55be447c7/mainraw · history · blame

[aliases]
test = pytest

[flake8]
extend-ignore = D211,E731,D401,W503
max-line-length = 88
per-file-ignores = 
	test/*:D1
application-import-names = pynvim

[isort]
known_first_party = pynvim

[tool:pytest]
testpaths = test
timeout = 10

[egg_info]
tag_build = 
tag_date = 0