mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Suggest tox --devenv instead of tox -e venv
This commit is contained in:
parent
702f1401d4
commit
f4b3add8ab
3 changed files with 3 additions and 7 deletions
4
tox.ini
4
tox.ini
|
|
@ -15,10 +15,6 @@ skip_install = true
|
|||
deps = pre-commit
|
||||
commands = pre-commit run --all-files --show-diff-on-failure
|
||||
|
||||
[testenv:venv]
|
||||
envdir = venv-pre_commit
|
||||
commands =
|
||||
|
||||
[pep8]
|
||||
ignore = E265,E501,W504
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue