From 91b69f54b72c87c5b908abfee6fce9b97179d9f5 Mon Sep 17 00:00:00 2001 From: geruh Date: Sun, 25 Jan 2026 17:20:06 -0800 Subject: [PATCH] chore: remove redundant flynt pre-commit hook --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6aed48e22b..f539cb2258 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,14 +63,6 @@ repos: ] additional_dependencies: - tomli==2.0.1 - - repo: https://github.com/ikamensh/flynt - rev: 1.0.6 - hooks: - - id: flynt - args: - # --line-length is set to a high value to deal with very long lines - - --line-length - - '99999' - repo: https://github.com/codespell-project/codespell rev: v2.4.1 hooks: