-
Notifications
You must be signed in to change notification settings - Fork 248
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
Enable Flake8 in the CI builds #638
Conversation
Codecov Report
@@ Coverage Diff @@
## main #638 +/- ##
==========================================
- Coverage 92.03% 92.03% -0.01%
==========================================
Files 170 170
Lines 5791 5789 -2
==========================================
- Hits 5330 5328 -2
Misses 461 461
Continue to review full report at Codecov.
|
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.
👍
Nice branch name, I know what you played around with on your flight 👀
.github/workflows/flake8.yml
Outdated
python-version: ${{ matrix.python-version }} | ||
- name: Run pytype verification | ||
run: | | ||
./scripts/run_pytype.sh |
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.
Still seems like we run pytype in the CI?
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.
Ah, yes 🤦 Thanks for catching this.
Co-authored-by: Fil Maj <maj.fil@gmail.com>
.github/workflows/flake8.yml
Outdated
python-version: ${{ matrix.python-version }} | ||
- name: Run pytype verification | ||
run: | | ||
./scripts/run_pytype.sh |
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.
Ah, yes 🤦 Thanks for catching this.
@filmaj Thanks for your review! |
This pull request enables Flake8 linter in the CI builds.
Category (place an
x
in each of the[ ]
)slack_bolt.App
and/or its core componentsslack_bolt.async_app.AsyncApp
and/or its core componentsslack_bolt.adapter
/docs
Requirements (place an
x
in each[ ]
)Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
./scripts/install_all_and_run_tests.sh
after making the changes.