Skip to content

Commit

Permalink
Merge branch 'main' into typing-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Aug 11, 2024
2 parents 426a5ed + 8b53fc1 commit f879aaa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.1'
rev: 'v0.5.2'
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
3 changes: 3 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ Fix
Maintenance
~~~~~~~~~~~

* Remove pin on Sphinx
By :user:`Elliott Sales de Andrade <QuLogic>`, :issue:`552`.


.. _release_0.13.0:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Homepage = "https://github.com/zarr-developers/numcodecs"

[project.optional-dependencies]
docs = [
"sphinx<7.0.0",
"sphinx",
"sphinx-issues",
"pydata-sphinx-theme",
"numpydoc",
Expand Down

0 comments on commit f879aaa

Please sign in to comment.