black_out icon indicating copy to clipboard operation
black_out copied to clipboard

🐍🌚🤖 GitHub bot that formats code with `black`

Results 11 black_out issues
Sort by recently updated
recently updated
newest added

### Update [aiohttp](https://pypi.org/project/aiohttp) from **3.4.4** to **3.8.1**. Changelog ### 3.8.1 ``` ================== Bugfixes -------- - Fix the error in handling the return value of `getaddrinfo`. `getaddrinfo` will return an `(int,...

When submitting PR, check "allow edits from maintainers". I don't think you need write permission. For the requirement of "Blacken incoming pull request", I think there is a project that...

(disclamer: rewriting history of merged commits is bad, I know, just exploring the idea for the sake of it) In the one hand, rewriting history is bad. But in the...

What I mean is that high-volume, actively developed repos it might be unable to afford reformatting of the entire code base at once. Instead, it would be less painful and...

Nice work on this project! I've been looking for something like it for some time. I'm wondering if the bot could be configured to run pre-commit. That way, it could...

### Update [aiohttp](https://pypi.org/project/aiohttp) from **3.4.4** to **3.8.1**. Changelog ### 3.8.1 ``` ================== Bugfixes -------- - Fix the error in handling the return value of `getaddrinfo`. `getaddrinfo` will return an `(int,...

### Update [aiohttp](https://pypi.org/project/aiohttp) from **3.4.4** to **3.9.1**. Changelog ### 3.9.1 ``` ================== Bugfixes -------- - Fixed importing aiohttp under PyPy on Windows. `7848 <https://github.com/aio-libs/aiohttp/issues/7848>`_ - Fixed async concurrency safety in...

### Update [aiohttp](https://pypi.org/project/aiohttp) from **3.4.4** to **3.9.5**. Changelog ### 3.9.5 ``` ================== Bug fixes --------- - Fixed "Unclosed client session" when initialization of :py:class:`~aiohttp.ClientSession` fails -- by :user:`NewGlad`. *Related issues...

### Update [aiohttp](https://pypi.org/project/aiohttp) from **3.4.4** to **3.10.0**. Changelog ### 3.9.5 ``` ================== Bug fixes --------- - Fixed "Unclosed client session" when initialization of :py:class:`~aiohttp.ClientSession` fails -- by :user:`NewGlad`. *Related issues...