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
pre-commit is a tool to manage git hooks and run code checks in an isolated, reproducible environment. I suggest we use this tool to manage code formatting, code linting, and static type checking. We can optionally allow developers to allow pre-commit to manage git hooks for the repository.
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.
github-actionsbot
changed the title
use pre-commit to manage code checks (enforce styleguide, code formatting, type checks)
[CT-104] use pre-commit to manage code checks (enforce styleguide, code formatting, type checks)
Jan 27, 2022
pre-commit is a tool to manage git hooks and run code checks in an isolated, reproducible environment. I suggest we use this tool to manage code formatting, code linting, and static type checking. We can optionally allow developers to allow pre-commit to manage git hooks for the repository.
tox.ini
to use pre-commit in place of other code checkshttps://github.com/pre-commit/pre-commit/blob/a1b462c94a94aa15af3d676700c834f79d2b2b7e/tox.ini#L12-L15
SKIP=mypy
)The text was updated successfully, but these errors were encountered: