Skip to content

Commit

Permalink
Merge pull request #247 from enzbang/minor-clean-tox
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbang authored Jul 5, 2024
2 parents 63904be + 46f3739 commit 8508044
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 8508044

Please sign in to comment.