From bdba4f06d06bba013061021a747de887edfe7bbd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:30:58 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/lucianopaz/head_of_apache: 0.0.3 → 0.1.0](https://github.com/lucianopaz/head_of_apache/compare/0.0.3...0.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.9.7) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c06e81d1..38d0c51a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/lucianopaz/head_of_apache - rev: "0.0.3" + rev: "0.1.0" hooks: - id: head_of_apache args: @@ -25,7 +25,7 @@ repos: exclude: &exclude_pattern 'iv_weak_instruments.ipynb' args: ["--maxkb=1500"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.9.7 hooks: # Run the linter - id: ruff @@ -42,7 +42,7 @@ repos: # see here https://github.com/econchick/interrogate/issues/60#issuecomment-735436566 pass_filenames: false - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: