Skip to content

Commit 21879de

Browse files
pre-commit-ci[bot]danielhollas
andauthoredNov 4, 2024··
chore: update pre-commit hooks (#18)
* Update pre-commit-config quarterly * Remove commented out mypy mirror pre-commit hook * remove `check-dependabot` hook updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.22](abravalheri/validate-pyproject@v0.20.2...v0.22) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Hollas <daniel.hollas@bristol.ac.uk>
1 parent 88b4a80 commit 21879de

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed
 

‎.pre-commit-config.yaml

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ci:
22
autofix_prs: false
3-
autoupdate_schedule: monthly
3+
autoupdate_schedule: quarterly
44
autoupdate_commit_msg: "chore: update pre-commit hooks"
55

66
repos:
@@ -17,26 +17,19 @@ repos:
1717
args: [--prose-wrap=always]
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.6.9"
20+
rev: "v0.7.2"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--exit-non-zero-on-fix", "--show-fixes"]
2424
- id: ruff-format
2525

26-
#- repo: https://github.com/pre-commit/mirrors-mypy
27-
#rev: "v1.8.0"
28-
#hooks:
29-
#- id: mypy
30-
# files: src
31-
3226
- repo: https://github.com/abravalheri/validate-pyproject
33-
rev: "v0.20.2"
27+
rev: "v0.22"
3428
hooks:
3529
- id: validate-pyproject
3630
additional_dependencies: ["validate-pyproject-schema-store[all]"]
3731

3832
- repo: https://github.com/python-jsonschema/check-jsonschema
39-
rev: "0.29.3"
33+
rev: "0.29.4"
4034
hooks:
41-
- id: check-dependabot
4235
- id: check-github-workflows

0 commit comments

Comments
 (0)
Please sign in to comment.