[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/deepnote/python-language-server/deepnote-0.02/setup.cfg [Back]  [Original]

[versioneer]
VCS = git
style = pep440
versionfile_source = pyls/_version.py
versionfile_build = pyls/_version.py
tag_prefix =
parentdir_prefix =

[pycodestyle]
ignore = E226, E722, W504
max-line-length = 120
exclude = test/plugins/.ropeproject,test/.ropeproject

[tool:pytest]
testpaths = test
addopts =
    --cov-report html --cov-report term --junitxml=pytest.xml
    --cov pyls --cov test

Web Proxy Viewer  |  New URL  |  Original Page