Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48dc5d4

Browse files
[pre-commit.ci] pre-commit autoupdate (#207)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.7...v0.6.9) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 435e09f commit 48dc5d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^src/validate_pyproject/_vendor'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-ast
@@ -26,7 +26,7 @@ repos:
2626
args: [-w, -L, "THIRDPARTY"]
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.6.7 # Ruff version
29+
rev: v0.6.9 # Ruff version
3030
hooks:
3131
- id: ruff
3232
args: [--fix, --show-fixes]
@@ -63,7 +63,7 @@ repos:
6363
- validate-pyproject[all]>=0.13
6464

6565
- repo: https://github.com/python-jsonschema/check-jsonschema
66-
rev: 0.29.2
66+
rev: 0.29.3
6767
hooks:
6868
- id: check-metaschema
6969
files: \.schema\.json$

0 commit comments

Comments
 (0)