We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ed57e commit 4e92c3fCopy full SHA for 4e92c3f
1 file changed
pyproject.toml
@@ -98,13 +98,14 @@ docs = [
98
"mike>=2.1.3",
99
"mkdocs-redirects>=1.2.0",
100
"markdown-exec[ansi]",
101
+ "ruff",
102
# Changelog generation
103
'towncrier',
104
# Optional dependencies to run examples
105
'numcodecs[msgpack]',
106
'rich',
107
's3fs>=2023.10.0',
- 'astroid<4'
108
+ 'astroid<4',
109
]
110
111
0 commit comments