Skip to content

Commit 4e92c3f

Browse files
committed
Format docstrings with ruff
1 parent a6ed57e commit 4e92c3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,14 @@ docs = [
9898
"mike>=2.1.3",
9999
"mkdocs-redirects>=1.2.0",
100100
"markdown-exec[ansi]",
101+
"ruff",
101102
# Changelog generation
102103
'towncrier',
103104
# Optional dependencies to run examples
104105
'numcodecs[msgpack]',
105106
'rich',
106107
's3fs>=2023.10.0',
107-
'astroid<4'
108+
'astroid<4',
108109
]
109110

110111

0 commit comments

Comments
 (0)