Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/codespell-project/codespell
rev: v2.4.2
rev: v2.4.3
hooks:
- id: codespell
args: [--write-changes]
Expand All @@ -37,7 +37,7 @@ repos:
exclude: plugins

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.2
rev: 0.37.4
hooks:
- id: check-github-workflows

Expand All @@ -63,7 +63,7 @@ repos:
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.12
rev: v0.16.1
hooks:
- id: ruff-check
name: ruff-check (see https://docs.astral.sh/ruff/rules)
Expand Down
Loading