Skip to content

Commit 64deae0

Browse files
committed
Merge remote-tracking branch 'codra/feature/ruf022' into develop
2 parents b3d412f + a6a2c2d commit 64deae0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

guidata/dataset/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
__all__ = [
1717
"BaseIOHandler",
1818
"GroupContext",
19-
"WriterMixin",
2019
"HDF5Handler",
2120
"HDF5Reader",
2221
"HDF5Writer",
@@ -26,6 +25,7 @@
2625
"JSONHandler",
2726
"JSONReader",
2827
"JSONWriter",
28+
"WriterMixin",
2929
]
3030

3131
warnings.warn(

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ select = [
9696
"F", # Pyflakes
9797
"I", # Isort
9898
"NPY201", # Numpy-specific checks
99+
"RUF022", # Unsorted __all__
99100
"W" # Pycodestyle warning
100101
]
101102
ignore = [

0 commit comments

Comments
 (0)