diff --git a/tox.ini b/tox.ini index 78366c5..5eab06d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py311-cov, check +envlist = py311-cov,check isolated_build = True [testenv] @@ -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= @@ -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