From a82408b45ec7c6dd0fac0df57a5342c5169ce5c0 Mon Sep 17 00:00:00 2001 From: rahul-tuli <25380596+rahul-tuli@users.noreply.github.com> Date: Sun, 4 May 2025 00:06:24 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 2 +- pre-commit-update.diff | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 pre-commit-update.diff diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f627ec13f2..5594998a0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.2 + rev: 7.2.0 hooks: - id: flake8 - repo: https://github.com/pylint-dev/pylint diff --git a/pre-commit-update.diff b/pre-commit-update.diff new file mode 100644 index 0000000000..035341c5bd --- /dev/null +++ b/pre-commit-update.diff @@ -0,0 +1,13 @@ +diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml +index f627ec1..5594998 100644 +--- a/.pre-commit-config.yaml ++++ b/.pre-commit-config.yaml +@@ -19,7 +19,7 @@ repos: + hooks: + - id: isort + - repo: https://github.com/PyCQA/flake8 +- rev: 7.1.2 ++ rev: 7.2.0 + hooks: + - id: flake8 + - repo: https://github.com/pylint-dev/pylint