-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
refactor: move flake8 config #7167
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
Conversation
@@ -36,10 +36,6 @@ repos: | |||
rev: 5.0.4 | |||
hooks: | |||
- id: flake8 | |||
args: |
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.
Please add a comment on where to find the config settings.
@@ -51,7 +47,7 @@ repos: | |||
- id: mypy | |||
args: | |||
- --ignore-missing-imports | |||
- --install-types # See mirrors-mypy README.md | |||
- --install-types # See mirrors-mypy README.md |
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.
I like two space much more. It visually separates the code from the comments
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.
That's done by the formatter: https://github.com/redhat-developer/yaml-language-server
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.