We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e78e3 commit e885e17Copy full SHA for e885e17
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
# See https://pre-commit.com/hooks.html for more hooks
6
repos:
7
- repo: https://github.com/lucianopaz/head_of_apache
8
- rev: "0.0.3"
+ rev: "0.1.0"
9
hooks:
10
- id: head_of_apache
11
args:
@@ -25,7 +25,7 @@ repos:
25
exclude: &exclude_pattern 'iv_weak_instruments.ipynb'
26
args: ["--maxkb=1500"]
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.8.4
+ rev: v0.9.4
29
30
# Run the linter
31
- id: ruff
@@ -42,7 +42,7 @@ repos:
42
# see here https://github.com/econchick/interrogate/issues/60#issuecomment-735436566
43
pass_filenames: false
44
- repo: https://github.com/codespell-project/codespell
45
- rev: v2.3.0
+ rev: v2.4.1
46
47
- id: codespell
48
additional_dependencies:
0 commit comments