-
Notifications
You must be signed in to change notification settings - Fork 56
chore: Set up linting #544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Still some conflicts to resolve. I guess we decided that applying black to the whole codebase here was the right thing to do (it doesn't hide enough history to matter)? I expect to approve this when the conflicts are resolved |
It's possible to configure Git (and GitHub) to skip over certain commits in the "blame" view: https://docs.github.com/en/repositories/working-with-files/using-files/viewing-and-understanding-files#ignore-commits-in-the-blame-view. That page has a nice example of how a |
|
@rjsparks I have rebased with main and recompiled dev dependencies. This should resolve any outstanding conflicts. |
Fixes #379
This is a new PR based on @mgax's #406.
New PR was created because
mainbranch has drifted and I couldn't update original PR.