Skip to content

Commit

Permalink
temp: only run pylint to show the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 22, 2024
1 parent 1df219f commit a5d9e4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ commands =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
black --check --diff --line-length=80 src/scriv tests docs setup.py
python -m cogapp -cP --check --verbosity=1 docs/*.rst
mypy src/scriv tests
;black --check --diff --line-length=80 src/scriv tests docs setup.py
;python -m cogapp -cP --check --verbosity=1 docs/*.rst
;mypy src/scriv tests
pylint src/scriv tests docs setup.py
pycodestyle src/scriv tests docs setup.py
pydocstyle src/scriv tests docs setup.py
isort --check-only --diff -p scriv tests src/scriv setup.py
python setup.py -q sdist
twine check dist/*
;pycodestyle src/scriv tests docs setup.py
;pydocstyle src/scriv tests docs setup.py
;isort --check-only --diff -p scriv tests src/scriv setup.py
;python setup.py -q sdist
;twine check dist/*

[testenv:upgrade]
commands =
Expand Down

0 comments on commit a5d9e4f

Please sign in to comment.