Closed kloczek closed 7 months ago
Thanks for the contribution!
black tripped over a single line because it wants double quotes: _unicode_methods = set(dir(''))
If you push that change, then I'll merge.
One sec I ned to check what failed 😋
Thank you 😄
Despite what is mentioned in pyproject.toml that
sh
supports only python 3.8.xsh
code still uses older syntax. Pass all code overpyupgrade --py38
.