Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/lucianopaz/head_of_apache: 0.0.3 → 0.1.0](lucianopaz/head_of_apache@0.0.3...0.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.4...v0.9.3)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent 62e78e3 commit 86e2aa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.3
hooks:
# Run the linter
- id: ruff
Expand All @@ -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.0
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 86e2aa4

Please sign in to comment.