Skip to content

Commit 9b8b05a

Browse files
[pre-commit.ci] pre-commit autoupdate and add --start-year to LICENSE pre-commit (#1572)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/lucianopaz/head_of_apache: 0.1.0 → 0.1.1](lucianopaz/head_of_apache@0.1.0...0.1.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.10...v0.11.0) * add the start year with the new version --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Will Dean <wd60622@gmail.com> Co-authored-by: Will Dean <57733339+wd60622@users.noreply.github.com>
1 parent 0a165fd commit 9b8b05a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ ci:
44

55
repos:
66
- repo: https://github.com/lucianopaz/head_of_apache
7-
rev: "0.1.0"
7+
rev: "0.1.1"
88
hooks:
99
- id: head_of_apache
1010
args:
1111
- --author=The PyMC Labs Developers
1212
- --exclude=docs/
1313
- --exclude=scripts/
14+
- --start-year=2022
1415
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.9.10
16+
rev: v0.11.0
1617
hooks:
1718
- id: ruff
1819
types_or: [python, pyi, jupyter]

0 commit comments

Comments
 (0)