Skip to content

Commit 1b3ab2b

Browse files
[pre-commit.ci] pre-commit autoupdate (#162)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.2](python-jsonschema/check-jsonschema@0.28.1...0.28.2) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](astral-sh/ruff-pre-commit@v0.3.5...v0.4.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dd93455 commit 1b3ab2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -29,7 +29,7 @@ repos:
2929
- tomli
3030

3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.28.1
32+
rev: 0.28.2
3333
hooks:
3434
- id: check-github-workflows
3535

@@ -55,7 +55,7 @@ repos:
5555
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.3.5
58+
rev: v0.4.3
5959
hooks:
6060
- id: ruff
6161
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)