Skip to content

Commit

Permalink
Minor cleanup in tox.ini
Browse files Browse the repository at this point in the history
We're not using appveyor, pycodestyle, nor pydocstyle
  • Loading branch information
enzbang committed Apr 3, 2024
1 parent b74a9b1 commit 46f3739
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311-cov, check
envlist = py311-cov,check
isolated_build = True

[testenv]
Expand All @@ -9,7 +9,7 @@ deps =
extras =
test

passenv = APPVEYOR*,CI,GITHUB_*,CODECOV_*
passenv = CI,GITHUB_*,CODECOV_*

# Run testsuite with coverage when '-cov' is in the env name
commands=
Expand All @@ -29,12 +29,6 @@ commands =
pip-audit --desc on {toxinidir}
mypy -- {toxinidir}/src

[pycodestyle]
ignore = E123,E133,E241,E242,W503,W504

[pydocstyle]
ignore = D100,D101,D102,D102,D103,D104,D105,D203,D403,D213

[flake8]
exclude = .git,__pycache__,build,dist,.tox
ignore = B905, C901, E203, E266, E501, W503,D100,D101,D102,D102,D103,D104,D105,D106,D107,D203,D403,D213
Expand Down

0 comments on commit 46f3739

Please sign in to comment.