We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8913f3d commit 51c19a9Copy full SHA for 51c19a9
.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.1.0"
+ rev: "0.1.1"
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.9.10
+ rev: v0.11.2
29
30
# Run the linter
31
- id: ruff
0 commit comments