Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglongMa committed Feb 3, 2024
1 parent 1b29d78 commit dc2c692
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ deps =
check-manifest >= 0.42
# If your project uses README.rst, uncomment the following:
# readme_renderer
flake8
# flake8
pytest
build
twine
commands =
check-manifest --ignore 'tox.ini,tests/**'
python -m build
python -m twine check dist/*
flake8 .
# flake8 .
py.test tests {posargs}

[flake8]
exclude = .tox,*.egg,build,data
select = E,W,F
# [flake8]
# exclude = .tox,*.egg,build,data
# select = E,W,F

0 comments on commit dc2c692

Please sign in to comment.