mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-03 01:53:24 +08:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user