From 42bdf0bd747ccf1adda9067ac9510b434e7927b0 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Thu, 20 Mar 2025 09:59:01 -0400 Subject: [PATCH] update pre-commit version --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 46229fa12..cd3b1e89d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,12 +21,10 @@ repos: - repo: https://github.com/PyCQA/flake8 rev: 7.1.2 hooks: - - id: flake8 - repo: https://github.com/pylint-dev/pylint rev: v3.3.6 hooks: - id: pylint - language_version: python3.11 - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.15.0 hooks: