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
Adds flake8 checks and configs #322 #323
Conversation
lint checks combined into .github/workflows/lint.yml
Thank you for supporting ScanAPI, and congratulations on your first contribution! A project committer will shortly review your contribution.
In the mean time, if you haven't had a chance please skim over the First Pull Request Guide which all pull requests must adhere to.
We hope to see you around!
@NimishVerma thank you for the PR! I left some comments. Also, would you mind updating your branch with master?
Thanks!
hey @marcuxyz, thanks! This commit you pointed out was for the github action check. This PR is for the pre-commit hook. The problem is that the branch is outdated. |
Co-authored-by: Camila Maia <cmaiacd@gmail.com>
Co-authored-by: Camila Maia <cmaiacd@gmail.com>
.github/workflows/lint.yml
Outdated
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v1 | ||
| - name: "Black Code Formatter" |
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.
Why black is removed?
.github/workflows/lint.yml
Outdated
| @@ -1,12 +1,22 @@ | |||
| on: pull_request | |||
| name: Lint check | |||
| name: Lint checks | |||
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.
Hey, @NimishVerma I believe this file .github/workflows/lint.yml should not be changed. Probably a problem merging master into the branch. I understand this PR should only change the .pre-commit-config.yaml file.
|
Hey, @NimishVerma thank you very much for the PR! Also, I am going to send you an invite to join the ScanAPI org on GitHub And once again, thank you! |
Added flake8 to pre-commit
No description provided.