reactive-python / reactpy

It's React, but in Python
https://reactpy.dev
MIT License
7.89k stars 317 forks source link

fix black lint #1193

Closed rmorshea closed 9 months ago

rmorshea commented 9 months ago

By submitting this pull request you agree that all contributions to this project are made under the MIT license.

Issues

Lint is broken right now due to changes in Black

Solution

Pin black + other lint tools to avoid in future

Checklist

Archmonger commented 9 months ago

Should we consider pulling black out of the repo and instead relying on just ruff's format checker?