From e53a6b50e4a3b228aef6690f77e0a4cf82457435 Mon Sep 17 00:00:00 2001 From: JasonGrace2282 Date: Wed, 15 May 2024 11:47:37 -0400 Subject: [PATCH] update pre-commit hooks --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec3a609a..78d32dbc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,12 @@ repos: hooks: - id: python-check-blanket-noqa name: Precision flake ignores + - id: python-use-type-annotations + name: No type comments + - id: python-check-blanket-type-ignore + name: No type ignore without scope + - id: python-no-log-warn + name: No useage of logger.warn - repo: https://github.com/asottile/pyupgrade rev: v3.15.2 hooks: