Skip to content

Commit

Permalink
Merge branch 'main' into fix/avoid-deleting-separators
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b authored Feb 5, 2025
2 parents bd78b53 + bb2c4fe commit ab36105
Show file tree
Hide file tree
Showing 3 changed files with 9 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
1 change: 1 addition & 0 deletions changes/2796.chore.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The docs environment is now built with ``astroid`` pinned to a version less than 4. This allows the docs to build in CI.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ docs = [
'numcodecs[msgpack]',
'rich',
's3fs',
'astroid<4'
]


Expand Down Expand Up @@ -427,3 +428,6 @@ directory = 'changes'
filename = "docs/release-notes.rst"
underlines = ["-", "~", "^"]
issue_format = ":issue:`{issue}`"

[tool.codespell]
ignore-words-list = "astroid"

0 comments on commit ab36105

Please sign in to comment.