giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 265 forks source link

Introduce black formatter #621

Closed giampaolo closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (99b055b) 66.40% compared to head (b66aaf9) 66.42%.

Files Patch % Lines
pyftpdlib/handlers.py 60.97% 16 Missing :warning:
pyftpdlib/servers.py 40.00% 9 Missing :warning:
pyftpdlib/authorizers.py 55.55% 8 Missing :warning:
pyftpdlib/ioloop.py 64.28% 5 Missing :warning:
pyftpdlib/log.py 0.00% 5 Missing :warning:
pyftpdlib/_asynchat.py 20.00% 4 Missing :warning:
pyftpdlib/_asyncore.py 50.00% 3 Missing :warning:
pyftpdlib/filesystems.py 75.00% 2 Missing :warning:
pyftpdlib/__main__.py 92.30% 1 Missing :warning:
pyftpdlib/prefork.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #621 +/- ## ========================================== + Coverage 66.40% 66.42% +0.02% ========================================== Files 11 11 Lines 4164 4164 ========================================== + Hits 2765 2766 +1 + Misses 1399 1398 -1 ```

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