You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we ran into an interesting pre-commit loop:
- `pre-commit run --files
oasst-shared/oasst_shared/schemas/inference.py` said everything OK
- `pre-commit run -a` wanted to re-format the file, but after adding the
file pre-commit changed it's mind and wanted the old format
In the hope to fix this I updated to [black
23.1.0](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html).
The new black version wants to remove a couple of empty lines and
parantheses.
0 commit comments