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 821e6e2 commit a6a2c2dCopy full SHA for a6a2c2d
guidata/dataset/io.py
@@ -16,7 +16,6 @@
16
__all__ = [
17
"BaseIOHandler",
18
"GroupContext",
19
- "WriterMixin",
20
"HDF5Handler",
21
"HDF5Reader",
22
"HDF5Writer",
@@ -26,6 +25,7 @@
26
25
"JSONHandler",
27
"JSONReader",
28
"JSONWriter",
+ "WriterMixin",
29
]
30
31
warnings.warn(
pyproject.toml
@@ -96,6 +96,7 @@ select = [
96
"F", # Pyflakes
97
"I", # Isort
98
"NPY201", # Numpy-specific checks
99
+ "RUF022", # Unsorted __all__
100
"W" # Pycodestyle warning
101
102
ignore = [
0 commit comments