aio-libs / aiomonitor

aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
https://aiomonitor.aio-libs.org
Apache License 2.0
662 stars 42 forks source link

Use the latest version of Black and use the new mirror to speed up #379

Closed achimnol closed 1 year ago

achimnol commented 1 year ago

What do these changes do?

Update the Black formatter version (23.3.0 -> 23.9.0) and use the new pre-commit mirror to further speed up. (ref: https://github.com/psf/black/releases/tag/23.9.0)

Are there changes in behavior for the user?

No.

Checklist