Skip to content

Commit

Permalink
Add description for pre-commit environment
Browse files Browse the repository at this point in the history
This fixes #859

modified:   tox.ini
  • Loading branch information
jugmac00 committed Jul 17, 2020
1 parent 97011c3 commit 729dd4a
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 @@ -10,7 +10,6 @@ envlist =
coverage-report,
pre-commit,


[testenv]
coverage_run = {env:WIN_COV:coverage run}
commands =
Expand Down Expand Up @@ -100,6 +99,7 @@ commands =
flake8 src docs setup.py

[testenv:pre-commit]
description = This env runs all linters configured in .pre-commit-config.yaml
skip_install = true
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure

0 comments on commit 729dd4a

Please sign in to comment.