Skip to content

Commit 2b82eef

Browse files
[pre-commit.ci] pre-commit autoupdate (#189)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.1 → 0.33.2](python-jsonschema/check-jsonschema@0.33.1...0.33.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.2](astral-sh/ruff-pre-commit@v0.12.1...v0.12.2) * ci: change precommit ci update frequency to quarterly --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kartik Singhal <kartik.singhal@quantinuum.com>
1 parent bfef65a commit 2b82eef

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: markdownlint-cli2
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.33.1
29+
rev: 0.33.2
3030
hooks:
3131
- id: check-github-workflows
3232
- id: check-metaschema
@@ -43,7 +43,7 @@ repos:
4343
- black==23.10.1
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: v0.12.1
46+
rev: v0.12.2
4747
hooks:
4848
- id: ruff
4949
args: [--fix, --exit-non-zero-on-fix]
@@ -61,3 +61,6 @@ repos:
6161
rich,
6262
types-setuptools,
6363
]
64+
65+
ci:
66+
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)