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
ABSOLUTELY NO force pushes allowed for public non-feature branches.
For every feature, create a new branch matching name features/<issue-number>-<feature-name>.
Submit every feature by creating Pull Request @ github, after that wait for review, fix issues, repeat until approved. If needed rebase the branch on top of master and re-push force it.
features/12-pre-commit-integration
.pre-commit-config.yaml
config, containing the following hooks:pylint
using "local" modepre-commit run --all-files
, fix all issues and commit fixes as wellThe text was updated successfully, but these errors were encountered: