sbi icon indicating copy to clipboard operation
sbi copied to clipboard

Problems pyright raises are dependent on Python version

Open Baschdl opened this issue 3 months ago • 0 comments

Different python versions have different (typing) conventions which will raise pyright issues depending on the Python version people have installed. Our suggestion would be to test against old Python versions but do not run pyright and pick one Python version everyone should use to develop to have consistent Pyright errors.

Once we pyright only against a newer Python version we can partly revert 899c0635993b43d25e5133440f42a7cd905f31a0 as newer versions of matplotlib fix it

Baschdl avatar Mar 22 '24 13:03 Baschdl