Skip to content

v0.1.1

Compare
Choose a tag to compare
@CoolCat467 CoolCat467 released this 15 Feb 03:52
· 43 commits to main since this release
43b7aa7

Fix how comments are added. Basically code that added comments from pylint did things in a weird way, so when it tried to "match the line indent" of the line pylint is commenting about, it was matching the indent for the wrong line, the line above the commented segment, not the segment itself. So now, it's fixed and everything is beautiful.