Skip to content

Commit 6822f04

Browse files
committed
pre-commit autoupdate
1 parent b41b4e0 commit 6822f04

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.8
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)