use ruff before black, following doc recommendation
This commit is contained in:
parent
8f752e1d65
commit
cf2eb5ac9b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
python3 -m ruff --fix --exit-non-zero-on-fix .
|
||||
python3 -m black --check .
|
||||
python3 -m ruff check .
|
||||
|
|
Reference in a new issue