Ignore python-typing-update for pre-commit requirements (#48292)

pull/48298/head
Marc Mueller 2021-03-24 20:05:53 +01:00 committed by GitHub
parent a9ccba44ed
commit 6fc3406c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,5 @@ flake8-docstrings==1.5.0
flake8==3.8.4
isort==5.7.0
pydocstyle==5.1.1
python-typing-update==0.3.0
pyupgrade==2.11.0
yamllint==1.24.2

View File

@ -96,6 +96,7 @@ IGNORE_PRE_COMMIT_HOOK_ID = (
"check-json",
"no-commit-to-branch",
"prettier",
"python-typing-update",
)