Dont use deprecated ruff invocation syntax

This commit is contained in:
Kovid Goyal 2024-05-14 20:37:25 +05:30
parent 160c6ca958
commit 98624d614e
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -104,7 +104,7 @@ jobs:
run: python -m pip install -r docs/requirements.txt ruff mypy types-requests types-docutils
- name: Run ruff
run: ruff .
run: ruff check .
- name: Run gofmt
run: go version && python .github/workflows/ci.py gofmt