Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
f6b40b7f
Commit
f6b40b7f
authored
Mar 17, 2021
by
juga
Committed by
Georg Koppen
Mar 17, 2021
Browse files
fix: tests: Add codespell configuration
parent
41fa1480
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.cfg
View file @
f6b40b7f
...
...
@@ -40,6 +40,7 @@ install_requires =
[options.extras_require]
test =
black
codespell
coverage
flake8
flake8-docstrings
...
...
@@ -78,6 +79,9 @@ max-line-length = 79
extend-ignore = E203, W503, D1, D2, D4
exclude = docs/*,sbws/_version.py,sbws/__init__.py,versioneer.py
[codespell]
skip = versioneer.py,sbws/_version.py,sbws/util/iso3166.py,tests/data,*.puml,*.svg,docs/build,docs/source/proposals,docs/source/torflow_aggr.rst
[coverage:run]
# Do not give error on empty __init__ files
omit = */__init__.py
...
...
tox.ini
View file @
f6b40b7f
...
...
@@ -7,6 +7,7 @@ envlist =
black,
isort,
flake8,
codespell,
doc,
stats
...
...
@@ -62,6 +63,12 @@ deps = flake8-docstrings
commands
=
flake8
sbws
tests
[testenv:codespell]
skip_install
=
True
deps
=
codespell
commands
=
codespell
sbws
tests
docs
[testenv:clean]
skip_install
=
True
deps
=
coverage
...
...
Georg Koppen
@gk
mentioned in merge request
!77 (closed)
·
Mar 17, 2021
mentioned in merge request
!77 (closed)
mentioned in merge request !77
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment