use ruff before black, following doc recommendation

This commit is contained in:
Mylloon 2023-05-28 19:16:29 +02:00
parent 8f752e1d65
commit cf2eb5ac9b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,4 +1,4 @@
#!/bin/sh
python3 -m ruff --fix --exit-non-zero-on-fix .
python3 -m black --check .
python3 -m ruff check .