Skip to content

Commit

Permalink
Update commands of testenvs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 7, 2023
1 parent 7c11a56 commit 567075a
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 @@ -45,7 +45,7 @@ deps =
isort>=5
commands =
black setup.py test tblfaker
autoflake --in-place --recursive --remove-all-unused-imports --ignore-init-module-imports --exclude ".pytype" .
autoflake --in-place --recursive --remove-all-unused-imports .
isort .

[testenv:lint]
Expand All @@ -55,6 +55,6 @@ deps =
mypy>=1
pylama>=8.4.1
commands =
mypy tblfaker setup.py --ignore-missing-imports --show-error-context --show-error-codes --python-version 3.5
mypy tblfaker setup.py
pylama
codespell tblfaker test -q2 --check-filenames

0 comments on commit 567075a

Please sign in to comment.