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 538a917 commit 4f06ff6Copy full SHA for 4f06ff6
plotpy/external/sliders/__init__.py
@@ -37,13 +37,13 @@
37
from ._sliders import QDoubleRangeSlider, QDoubleSlider, QRangeSlider
38
39
__all__ = [
40
+ "MONTEREY_SLIDER_STYLES_FIX",
41
"QDoubleRangeSlider",
42
"QDoubleSlider",
43
"QLabeledDoubleRangeSlider",
44
"QLabeledDoubleSlider",
45
"QLabeledRangeSlider",
46
"QLabeledSlider",
47
"QRangeSlider",
- "MONTEREY_SLIDER_STYLES_FIX",
48
"signals_blocked",
49
]
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