Skip to content
Merged
Changes from all commits
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 @@ -59,7 +59,7 @@ repos:
# No tabs, only spaces
- id: forbid-tabs
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.1
rev: v0.12.7
hooks:
# Run the formatter.
- id: ruff-format
Expand All @@ -73,12 +73,12 @@ repos:
# the slow pylint hook
fail_fast: true
- repo: https://github.com/regebro/pyroma
rev: "4.2"
rev: "5.0"
hooks:
# Ensure that necessary package information is provided
- id: pyroma
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.0.1
rev: v9.2.0
hooks:
# Run a spellcheck (words pulled from cspell.config.yaml)
- id: cspell
Expand Down
Loading