Skip to content

Commit de7405c

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.3...v0.6.8) - [github.com/henryiii/validate-pyproject-schema-store: 2024.08.26 → 2024.09.23](henryiii/validate-pyproject-schema-store@2024.08.26...2024.09.23) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
1 parent 7636e7b commit de7405c

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
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.6.3
28+
rev: v0.6.8
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -130,12 +130,12 @@ repos:
130130
additional_dependencies: [cogapp]
131131

132132
- repo: https://github.com/henryiii/validate-pyproject-schema-store
133-
rev: 2024.08.26
133+
rev: 2024.09.23
134134
hooks:
135135
- id: validate-pyproject
136136

137137
- repo: https://github.com/python-jsonschema/check-jsonschema
138-
rev: 0.29.2
138+
rev: 0.29.3
139139
hooks:
140140
- id: check-dependabot
141141
- id: check-github-workflows

0 commit comments

Comments
 (0)