slackapi / bolt-python

A framework to build Slack apps using Python
https://slack.dev/bolt-python/
MIT License
1.05k stars 245 forks source link

Fix #1099 by locking pytype version #1100

Closed seratch closed 3 months ago

seratch commented 3 months ago

This pull request resolves #1099 -- pytype outputs can be different in newer versions, therefore we should lock its version for stable execution.

Thanks @srtaalej for reporting it!

Category (place an x in each of the [ ])

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.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.77%. Comparing base (b88d0fc) to head (0139d45).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1100 +/- ## ======================================= Coverage 91.77% 91.77% ======================================= Files 186 186 Lines 6407 6407 ======================================= Hits 5880 5880 Misses 527 527 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.