-
Notifications
You must be signed in to change notification settings - Fork 53
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
Pre commit for ricecooker #351
Pre commit for ricecooker #351
Conversation
.pre-commit-config.yaml
Outdated
hooks: | ||
- id: flake8 | ||
exclude: '^.+?\.template$' | ||
- repo: git://github.com/pre-commit/pre-commit-hooks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- repo: git://github.com/pre-commit/pre-commit-hooks | |
- repo: https://github.com/pre-commit/pre-commit-hooks |
A recent change in github security means that the unauthenticated git://
protocol URLs will no longer work. I am making similar changes in our other repos: learningequality/kolibri#8987
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
.pre-commit-config.yaml
Outdated
- id: end-of-file-fixer | ||
exclude: '^.+?(\.json|\.template)$' | ||
|
||
- repo: git://github.com/asottile/reorder_python_imports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- repo: git://github.com/asottile/reorder_python_imports | |
- repo: https://github.com/asottile/reorder_python_imports |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No concerns here - there's a bit more cleanup to do with the linting from the flake-8 checks though, they are somewhat extensive, so we could break them up into follow up issues.
Going to merge this so we can iterate on getting to passing tests again. |
Precommit for ricecooker