Skip to content

Commit

Permalink
Merge pull request AdaCore#551 from enzbang/update-tox
Browse files Browse the repository at this point in the history
Tox's passenv format has changed
  • Loading branch information
enzbang authored Jan 16, 2023
2 parents 674c67b + f94a6a2 commit 8fced73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps =
cov: coverage
codecov: codecov

passenv = CI GITHUB_* CODECOV_*
passenv = CI,GITHUB_*,CODECOV_*
extras = config

# Run testsuite with coverage when '-cov' is in the env name
Expand Down Expand Up @@ -70,7 +70,7 @@ markers =

[flake8]
exclude = .git,__pycache__,build,dist,.tox
ignore = A003, C901, E203, E266, E501, W503,D100,D101,D102,D102,D103,D104,D105,D106,D107,D203,D403,D213
ignore = A003, C901, E203, E266, E501, W503,D100,D101,D102,D102,D103,D104,D105,D106,D107,D203,D403,D213,B028,B906
# line length is intentionally set to 80 here because black uses Bugbear
# See https://github.com/psf/black/blob/master/README.md#line-length for more details
max-line-length = 80
Expand Down

0 comments on commit 8fced73

Please sign in to comment.