Skip to content
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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 @@ -58,7 +58,7 @@ repos:
# No tabs, only spaces
- id: forbid-tabs
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.9
rev: v0.14.8
hooks:
# Run the formatter.
- id: ruff-format
Expand All @@ -77,7 +77,7 @@ repos:
# Ensure that necessary package information is provided
- id: pyroma
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v9.2.0
rev: v9.3.3
hooks:
# Run a spellcheck (words pulled from cspell.config.yaml)
- id: cspell
Expand All @@ -95,7 +95,7 @@ repos:
LICENSE.md
)$
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
rev: 0.8.2
hooks:
- id: nbstripout
args:
Expand Down
Loading