diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12810778..04c82f5a 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.1.0" + rev: "0.1.1" 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.9.10 + rev: v0.11.2 hooks: # Run the linter - id: ruff