Skip to content

Commit e885e17

Browse files
[pre-commit.ci] pre-commit autoupdate
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.4](astral-sh/ruff-pre-commit@v0.8.4...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 62e78e3 commit e885e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
# See https://pre-commit.com/hooks.html for more hooks
66
repos:
77
- repo: https://github.com/lucianopaz/head_of_apache
8-
rev: "0.0.3"
8+
rev: "0.1.0"
99
hooks:
1010
- id: head_of_apache
1111
args:
@@ -25,7 +25,7 @@ repos:
2525
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
2626
args: ["--maxkb=1500"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.8.4
28+
rev: v0.9.4
2929
hooks:
3030
# Run the linter
3131
- id: ruff
@@ -42,7 +42,7 @@ repos:
4242
# see here https://github.com/econchick/interrogate/issues/60#issuecomment-735436566
4343
pass_filenames: false
4444
- repo: https://github.com/codespell-project/codespell
45-
rev: v2.3.0
45+
rev: v2.4.1
4646
hooks:
4747
- id: codespell
4848
additional_dependencies:

0 commit comments

Comments
 (0)