You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several commits taking place in each PR to perform linting tasks.
I would encourage using something like pre-commit to ensure all standards are upheld appropriately and block commits that introduce violations.
The initial run on all files will likely introduce several diffs, so we will want to ensure any outstanding PRs are addressed to avoid needing to merge or rebase.
Here's an example of a pre-commit configuration file as a starting point:
There are several commits taking place in each PR to perform linting tasks.
I would encourage using something like pre-commit to ensure all standards are upheld appropriately and block commits that introduce violations.
The initial run on all files will likely introduce several diffs, so we will want to ensure any outstanding PRs are addressed to avoid needing to merge or rebase.
Here's an example of a pre-commit configuration file as a starting point:
The text was updated successfully, but these errors were encountered: