blob: 977633547522a43a6621802c3333a935cacbee8b [file] [log] [blame] [edit]
[tool:pytest]
addopts = --cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml
[flake8]
exclude = build, ci-helpers
ignore = W503