check_consistent.py: ignore .gitignored files (#8804)

This commit is contained in:
Alex Waygood
2022-09-28 17:02:27 +01:00
committed by GitHub
parent 133e2d860d
commit ab2fba9c83
4 changed files with 39 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ flake8-pyi==22.8.2 # must match .pre-commit-config.yaml
isort==5.10.1 # must match .pre-commit-config.yaml
mypy==0.981
packaging==21.3
pathspec
pycln==2.1.1 # must match .pre-commit-config.yaml
pyyaml==6.0
pytype==2022.08.30; platform_system != "Windows"