Codebase list python-pynvim / run/ecc7b493-4404-4743-8100-529a16982079/upstream setup.cfg
run/ecc7b493-4404-4743-8100-529a16982079/upstream

Tree @run/ecc7b493-4404-4743-8100-529a16982079/upstream (Download .tar.gz)

setup.cfg @run/ecc7b493-4404-4743-8100-529a16982079/upstreamraw · 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