Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
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.4 → v0.8.2](astral-sh/ruff-pre-commit@v0.6.4...v0.8.2)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.08.26 → 2024.11.25](henryiii/validate-pyproject-schema-store@2024.08.26...2024.11.25)
- [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.30.0](python-jsonschema/check-jsonschema@0.29.2...0.30.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 10, 2024
1 parent d0dd5a5 commit deaa850
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -21,7 +21,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.8.2
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -30,12 +30,12 @@ repos:
exclude: "$sphinxcontrib/moderncmakedomain/(cmake|colors).py$"

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.08.26
rev: 2024.11.25
hooks:
- id: validate-pyproject

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.30.0
hooks:
- id: check-dependabot
- id: check-github-workflows
Expand Down

0 comments on commit deaa850

Please sign in to comment.