Use black formatting

deepcrayon
Jeff Moe 2023-09-14 10:50:28 -06:00
parent 2ef88ab419
commit 489e8a4d6b
1 changed files with 13 additions and 0 deletions

View File

@ -83,6 +83,19 @@ Python AES library, but I doubt it.
The password is stored in plaintext in `~/.config/sync-mpv/serverpassword.conf`.
This thing actually appears to work, wow.
# Development
To "develop", install the requirements:
```
pip install -r requirements-dev.txt
```
Then run `black` on the Python files for nice formatting:
```
black *.py
```
# Upstream
## sync-mpv