mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(ruff)
output format changed.
This commit is contained in:
parent
8bb4b483c8
commit
0790f731d7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ provides:
|
|||
|
||||
test:
|
||||
script: |
|
||||
ruff -e $FIXTURE | grep "F401 \`os\` imported but unused"
|
||||
ruff -e $FIXTURE | grep "\`os\` imported but unused"
|
||||
ruff --fix $FIXTURE
|
||||
test ! -s $FIXTURE
|
||||
fixture: |
|
||||
|
|
Loading…
Reference in a new issue