Skip to content

Commit

Permalink
Add docformatter and isort to tox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pappasam committed May 8, 2023
1 parent 045d34c commit b9b6210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ skip_install = true
commands =
poetry install
poetry run black --check --diff toml_sort tests
poetry run docformatter --check --recursive toml_sort tests
poetry run isort --check toml_sort tests
poetry run mypy toml_sort
poetry run pylint toml_sort tests
poetry run pytest -vv
Expand Down

0 comments on commit b9b6210

Please sign in to comment.