Split the tests section, extend ToC (#5433)

Move and consolidate venv setup and running isort/black/flake8 into
separate sections and link those sections from the ToC. Also extend
those sections slightly.

Move the tests section into a separate file.

Make venv name in pre-commit match name in CONTRIBUTING.
This commit is contained in:
Sebastian Rittau
2021-05-13 15:41:04 +02:00
committed by GitHub
parent d98fdd934c
commit 3ba35f3552
3 changed files with 152 additions and 145 deletions

View File

@@ -7,7 +7,7 @@
#
# To enable this hook, copy this file to ".git/hooks".
BIN_DIR=./.venv/bin
BIN_DIR=./.venv3/bin
CHANGED_FILES=$(git diff --cached --name-only --diff-filter=AM | grep .pyi || true)