From e3b5ee2021c525290bc4abf8d9c1bb6597024f2a Mon Sep 17 00:00:00 2001 From: nstarman Date: Fri, 22 Dec 2023 15:38:11 -0800 Subject: [PATCH] rm quax in pre-commit mypy Signed-off-by: nstarman --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc091a6..b81dad2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,6 @@ repos: args: [] additional_dependencies: - pytest - - quax - repo: https://github.com/codespell-project/codespell rev: "v2.2.6"