vxgmichel / aiostream

Generator-based operators for asynchronous iteration
http://aiostream.readthedocs.io
GNU General Public License v3.0
801 stars 34 forks source link

chore/format/ci: use black stable style 2024; bump flake8 version; add black config to pyproject.toml #100

Closed hf-kklein closed 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 99.29%. Comparing base (4a2eff6) to head (7e45d75).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #100 +/- ## ========================================== - Coverage 99.30% 99.29% -0.01% ========================================== Files 15 15 Lines 1002 990 -12 ========================================== - Hits 995 983 -12 Misses 7 7 ```

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

hf-kklein commented 6 months ago

Why change the line length to 80 though?

i don't know. this branch was stale for a while. changed it back to 88 now. https://github.com/vxgmichel/aiostream/pull/100/commits/aa2c49f72d7ecd2cd721bd0764562c8cc5ebac97

vxgmichel commented 6 months ago

The back and forth between 80 and 88 max length caused more changes than necessary.

I pushed those changes and migrated the rest of setup.cfg in PR #103.

Thanks for your valuable help :)

hf-kklein commented 6 months ago

The back and forth between 80 and 88 max length caused more changes than necessary.

that's unexpected, because I thought black was so uncompromising, that the result would be reproducible even when switching between different lengths. but I don't mind ;)