svg_utils icon indicating copy to clipboard operation
svg_utils copied to clipboard

Update deps in pre-commit config and fix formatting

Open mgunyho opened this issue 1 year ago • 3 comments

I was making a commit for another PR but the pre-commit hook had an error, which seems to be a problem with isort version 5.10.1 and poetry, see here: https://stackoverflow.com/questions/75281731/pre-commit-fails-to-install-isort-5-10-1-with-error-runtimeerror-the-poetry-co. This PR fixes that.

mgunyho avatar Sep 06 '23 13:09 mgunyho

could you fix linting errors? thanks!

btel avatar Sep 30 '23 21:09 btel

Oh, I didn't realize that updating black introduced new linting errors, but fixed it now! Also updated the black version to match in .github/workflows/black.yml

mgunyho avatar Oct 01 '23 06:10 mgunyho

This PR also closes #123

mgunyho avatar Oct 01 '23 06:10 mgunyho