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

This commit is contained in:
Marc Mueller
2021-03-24 20:05:53 +01:00
committed by GitHub
parent a9ccba44ed
commit 6fc3406c93
2 changed files with 1 additions and 1 deletions

View File

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