Skip to content

Commit

Permalink
Merge pull request #756 from OpenIDC/clear-quality
Browse files Browse the repository at this point in the history
Clear quality output
  • Loading branch information
tpazderka authored Aug 27, 2020
2 parents 53a246a + e9befe5 commit 781b59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ignore_errors = True
deps = twine
extras = quality
commands =
isort --recursive --diff --check-only src/ tests/
isort --diff --check-only src/ tests/
pylama src/ tests/
pydocstyle src
mypy --config-file mypy.ini src/ tests/
Expand Down

0 comments on commit 781b59a

Please sign in to comment.