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 9cc047f commit b13072fCopy full SHA for b13072f
setup.cfg
@@ -12,6 +12,10 @@ filterwarnings =
12
ignore:numpy.ndarray size changed:RuntimeWarning
13
ignore::DeprecationWarning:ginga
14
ignore:Marker set named:UserWarning
15
+ ignore:Given trait value dtype:UserWarning
16
+ ignore::DeprecationWarning:traitlets
17
+ ignore::DeprecationWarning:traittypes
18
+ ignore::DeprecationWarning:ipywidgets
19
20
[flake8]
21
# E501: line too long
0 commit comments