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
you may look into pre-commit to automatically run type checking, linting, formatting, etc. on commit
Very interesting suggestion! We currently have a similar mechanism in place on Travis CI, see this dotfile.
However, it's a bit hacky and doesn't run mypy type hints check.
From a first glimpse, it looks like pre-commit is a much better solution:
Very interesting suggestion! We currently have a similar mechanism in place on Travis CI, see this dotfile.
However, it's a bit hacky and doesn't run mypy type hints check.
From a first glimpse, it looks like pre-commit is a much better solution:
Originally posted by @marfox in #428 (comment)
The text was updated successfully, but these errors were encountered: