fix(ruff)

output format changed.
This commit is contained in:
Jacob Heider 2023-02-03 21:04:29 -05:00
parent 8bb4b483c8
commit 0790f731d7
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -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: |