From 24b5d2b1a1e04985372a76542b2ca1f5908b3204 Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Wed, 10 Apr 2024 23:36:08 +0530 Subject: [PATCH] precommit `pyyaml==5.3.1` --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14c0a97036..8fb02e273a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -161,6 +161,7 @@ repos: - types-requests==2.27.30 - cryptography==36.0.2; python_version <= '3.6' - types-setuptools == 57.4.2 + - pyyaml==5.3.1 args: # FIXME: get rid of missing imports ignore - --ignore-missing-imports