File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_language_version:
7
7
python : python3
8
8
repos :
9
9
- repo : https://github.com/astral-sh/ruff-pre-commit
10
- rev : ' v0.5.1 '
10
+ rev : ' v0.5.2 '
11
11
hooks :
12
12
- id : ruff
13
13
args : ["--fix", "--show-fixes"]
Original file line number Diff line number Diff line change 22
22
Maintenance
23
23
~~~~~~~~~~~
24
24
25
+ * Remove pin on Sphinx
26
+ By :user: `Elliott Sales de Andrade <QuLogic> `, :issue: `552 `.
27
+
25
28
26
29
.. _release_0.13.0 :
27
30
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Homepage = "https://github.com/zarr-developers/numcodecs"
46
46
47
47
[project .optional-dependencies ]
48
48
docs = [
49
- " sphinx<7.0.0 " ,
49
+ " sphinx" ,
50
50
" sphinx-issues" ,
51
51
" pydata-sphinx-theme" ,
52
52
" numpydoc" ,
You can’t perform that action at this time.
0 commit comments