Skip to content
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

Use ruff for linting and formatting #964

Merged
merged 8 commits into from
Jan 21, 2024

Apply `ruff format` to all code

04aa839
Select commit
Loading
Failed to load commit list.
Merged

Use ruff for linting and formatting #964

Apply `ruff format` to all code
04aa839
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2024 in 0s

95.07% (+0.00%) compared to 2cbeee6

View this Pull Request on Codecov

95.07% (+0.00%) compared to 2cbeee6

Details

Codecov Report

Attention: 46 lines in your changes are missing coverage. Please review.

Comparison is base (2cbeee6) 95.07% compared to head (04aa839) 95.07%.

Files Patch % Lines
aiokafka/conn.py 77.94% 9 Missing and 6 partials ⚠️
tests/_testutil.py 79.41% 5 Missing and 2 partials ⚠️
aiokafka/consumer/consumer.py 90.69% 4 Missing ⚠️
aiokafka/cluster.py 66.66% 3 Missing ⚠️
aiokafka/producer/producer.py 91.66% 2 Missing and 1 partial ⚠️
tests/conftest.py 93.87% 2 Missing and 1 partial ⚠️
tests/test_coordinator.py 98.00% 2 Missing ⚠️
aiokafka/admin/client.py 93.33% 0 Missing and 1 partial ⚠️
aiokafka/client.py 96.96% 1 Missing ⚠️
aiokafka/consumer/fetcher.py 97.22% 1 Missing ⚠️
... and 6 more
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #964   +/-   ##
=======================================
  Coverage   95.07%   95.07%           
=======================================
  Files         106      106           
  Lines       16323    16332    +9     
  Branches     2610     2610           
=======================================
+ Hits        15519    15528    +9     
  Misses        530      530           
  Partials      274      274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.