Skip to content

Commit f879aaa

Browse files
authored
Merge branch 'main' into typing-errors
2 parents 426a5ed + 8b53fc1 commit f879aaa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
python: python3
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: 'v0.5.1'
10+
rev: 'v0.5.2'
1111
hooks:
1212
- id: ruff
1313
args: ["--fix", "--show-fixes"]

docs/release.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Fix
2222
Maintenance
2323
~~~~~~~~~~~
2424

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

2629
.. _release_0.13.0:
2730

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Homepage = "https://github.com/zarr-developers/numcodecs"
4646

4747
[project.optional-dependencies]
4848
docs = [
49-
"sphinx<7.0.0",
49+
"sphinx",
5050
"sphinx-issues",
5151
"pydata-sphinx-theme",
5252
"numpydoc",

0 commit comments

Comments
 (0)