Skip to content

Commit

Permalink
Merge branch 'main' into deterministic-chunk-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
brokkoli71 committed Feb 5, 2025
2 parents 90f4f73 + bb2c4fe commit 3741122
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 @@ -6,13 +6,13 @@ ci:
default_stages: [pre-commit, pre-push]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.4
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
args: ["-L", "fo,ihs,kake,te", "-S", "fixture"]
Expand All @@ -37,7 +37,7 @@ repos:
# Tests
- pytest
- repo: https://github.com/scientific-python/cookie
rev: 2024.08.19
rev: 2025.01.22
hooks:
- id: sp-repo-review
- repo: https://github.com/pre-commit/pygrep-hooks
Expand All @@ -50,6 +50,6 @@ repos:
hooks:
- id: numpydoc-validation
- repo: https://github.com/twisted/towncrier
rev: 23.11.0
rev: 24.8.0
hooks:
- id: towncrier-check

0 comments on commit 3741122

Please sign in to comment.