Closed pythonhubdev closed 10 months ago
Personally, I would like to see those things being a separate PRs.
Also, IMO, linting rules shouldn't change current code style drastically but rather embrace it. I mean, if project mostly uses single quotes that what should we put in as a linting rule.
Sure will do as required @lig
@pythonhubdev I think you split your original PR into too many PRs now: They can't pass the tests individually. It would be ideal if you only took out the "grammar" fixes in a PR, and left all the rest in a single PR.
So could you open one PR with the contents of https://github.com/fluttercommunity/import_sorter/pull/71, https://github.com/fluttercommunity/import_sorter/pull/72 and https://github.com/fluttercommunity/import_sorter/pull/74 ?
I've checked out your branch https://github.com/pythonhubdev/import_sorter/tree/github_actions and I can see that we'll have to add a few changes to make sure the tests pass and to merge. But I'd rather comment on the PR you'll create than to spread comments across multiple ones
Sure will do it