Add pre-commit to ignored requirements (#8728)

This commit is contained in:
Adriane Boyd 2021-07-15 16:41:15 +02:00 committed by GitHub
parent 993b0fab0e
commit ac45c7c045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ def test_build_dependencies():
"mock", "mock",
"flake8", "flake8",
"hypothesis", "hypothesis",
"pre-commit",
] ]
# ignore language-specific packages that shouldn't be installed by all # ignore language-specific packages that shouldn't be installed by all
libs_ignore_setup = [ libs_ignore_setup = [