Skip to content

Commit 2795960

Browse files
pre-commit-ci[bot]jcfr
authored andcommitted
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.4...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 ec03867 commit 2795960

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
@@ -41,7 +41,7 @@ repos:
4141
args: [--prose-wrap=always]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.6.4"
44+
rev: "v0.6.8"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
@@ -82,12 +82,12 @@ repos:
8282
exclude: .pre-commit-config.yaml
8383

8484
- repo: https://github.com/henryiii/validate-pyproject-schema-store
85-
rev: "2024.08.26"
85+
rev: "2024.09.23"
8686
hooks:
8787
- id: validate-pyproject
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: "0.29.2"
90+
rev: "0.29.3"
9191
hooks:
9292
- id: check-dependabot
9393
- id: check-github-workflows

0 commit comments

Comments
 (0)