From c3d31971ff0348dbc72ba696b2d831e73cb51230 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 9 Sep 2024 14:19:21 -0400 Subject: [PATCH] Remove pyupgrade and yesqa from pre-commit --- .pre-commit-config.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c3d767..3dcdaa2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,13 +60,6 @@ repos: - id: ruff args: ["--fix", "--show-fixes"] - - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 - hooks: - - id: pyupgrade - args: ["--py310-plus"] - exclude: ".*(extern.*)$" - - repo: https://github.com/scientific-python/cookie rev: 2024.08.19 hooks: @@ -85,11 +78,6 @@ repos: - id: flake8 args: ["--ignore", "E501,W503"] - - repo: https://github.com/asottile/yesqa - rev: v1.5.0 - hooks: - - id: yesqa - - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: