Skip to content

Commit 6595d0b

Browse files
committed
Disable Apache pre-commit
1 parent ae4a629 commit 6595d0b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ repos:
3737
hooks:
3838
- id: sphinx-lint
3939
args: ["."]
40-
- repo: https://github.com/lucianopaz/head_of_apache
41-
rev: "0.0.3"
42-
hooks:
43-
- id: head_of_apache
44-
args:
45-
- --author=The PyMC Developers
46-
- --exclude=docs/
47-
- --exclude=scripts/
48-
- --exclude=binder/
49-
- --exclude=versioneer.py
40+
#- repo: https://github.com/lucianopaz/head_of_apache
41+
# rev: "0.0.3"
42+
# hooks:
43+
# - id: head_of_apache
44+
# args:
45+
# - --author=The PyMC Developers
46+
# - --exclude=docs/
47+
# - --exclude=scripts/
48+
# - --exclude=binder/
49+
# - --exclude=versioneer.py
5050
- repo: https://github.com/astral-sh/ruff-pre-commit
5151
rev: v0.8.4
5252
hooks:

0 commit comments

Comments
 (0)