bachya / aioambient

🌤 A clean, async-friendly library for interacting with the Ambient Weather API
MIT License
32 stars 10 forks source link

ci: renovate use of `ruff` #469

Closed bachya closed 5 months ago

bachya commented 5 months ago

Describe what the PR does:

This PR uses more of ruff's ruleset, which allows us to (a) be more conforming across the board, (b) eliminate redundant pylint and mypy checks, and (c) remove several redundant pre-commit hooks.

Does this fix a specific issue?

N/A

Checklist:

codeclimate[bot] commented 5 months ago

Code Climate has analyzed commit 145a8df1 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (d786394) to head (145a8df).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #469 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 271 271 ========================================= Hits 271 271 ```

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