Closed cgahr closed 1 year ago
You are absolutely right, I missed that get_bindings
has to be tested as well.
Totals | |
---|---|
Change from base Build 4834563066: | 0.01% |
Covered Lines: | 1280 |
Relevant Lines: | 1303 |
Pylint unhappy: https://github.com/bwhmather/ssort/actions/runs/4875780311/jobs/8698742453
Yes. It's due to ast.TryStar
not existing. I think the easiest option is upgrading all linters to python 3.11.
I think the easiest option is upgrading all linters to python 3.11.
It looks like that's what we've done in the past. Works for me.
add support for python 3.11, closes #83