Skip to content

Commit c5b5849

Browse files
[pre-commit.ci] pre-commit autoupdate (conda#1112)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.4...v0.14.5) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 170417a commit c5b5849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
2020
# Ruff version.
21-
rev: v0.14.4
21+
rev: v0.14.5
2222
hooks:
2323
# Run the linter.
2424
- id: ruff
@@ -31,6 +31,6 @@ repos:
3131
- id: shellcheck
3232
exclude: ^(constructor/header.sh|constructor/osx/.*sh)
3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.34.1
34+
rev: 0.35.0
3535
hooks:
3636
- id: check-github-workflows

0 commit comments

Comments
 (0)