Skip to content

[ENH] Enhance html repr - #571

Open
mateuszkasprowicz wants to merge 4 commits into
sktime:mainfrom
mateuszkasprowicz:html-repr-update
Open

[ENH] Enhance html repr#571
mateuszkasprowicz wants to merge 4 commits into
sktime:mainfrom
mateuszkasprowicz:html-repr-update

[ENH] Add new contributor Mateusz Kasprowicz to .all-contributorsrc

e9e32ca
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 3, 2026 in 5s

4 new alerts

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 32 in skbase/base/_pretty_printing/tests/test_object_html_repr.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning test

The class 'DocumentedDummy' does not override
'__eq__'
, but adds the new attribute
alpha
.
The class 'DocumentedDummy' does not override
'__eq__'
, but adds the new attribute
beta
.

Check warning on line 65 in skbase/base/_pretty_printing/tests/test_object_html_repr.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning test

The class 'HtmlParamObject' does not override
'__eq__'
, but adds the new attribute
alpha
.
The class 'HtmlParamObject' does not override
'__eq__'
, but adds the new attribute
beta
.
The class 'HtmlParamObject' does not override
'__eq__'
, but adds the new attribute
payload
.

Check warning on line 87 in skbase/base/_pretty_printing/tests/test_object_html_repr.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning test

The class 'HtmlParentObject' does not override
'__eq__'
, but adds the new attribute
child
.

Check warning on line 95 in skbase/base/_pretty_printing/tests/test_object_html_repr.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning test

The class 'HtmlLinkedMixinObject' does not override
'__eq__'
, but adds the new attribute
alpha
.