DonDebonair / slack-machine

A simple, yet powerful and extendable Slack bot
https://dondebonair.github.io/slack-machine/
MIT License
755 stars 54 forks source link

feat: introduce ruff to replace flake8, black and isort (fixes #1010) #1027

Closed DonDebonair closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.66667% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 75.03%. Comparing base (e164d07) to head (0b9f5f2).

Files Patch % Lines
machine/plugins/admin_utils.py 50.00% 1 Missing :warning:
machine/plugins/command.py 50.00% 1 Missing :warning:
machine/plugins/message.py 50.00% 1 Missing :warning:
machine/storage/backends/dynamodb.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1027 +/- ## ========================================== + Coverage 74.81% 75.03% +0.22% ========================================== Files 27 27 Lines 1342 1318 -24 ========================================== - Hits 1004 989 -15 + Misses 338 329 -9 ```

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