mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Use ruff on CI
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -91,10 +91,10 @@ jobs:
|
|||||||
go-version: ${{ env.GO_INSTALL_VERSION }}
|
go-version: ${{ env.GO_INSTALL_VERSION }}
|
||||||
|
|
||||||
- name: Install build-only deps
|
- name: Install build-only deps
|
||||||
run: python -m pip install -r docs/requirements.txt flake8 mypy types-requests types-docutils
|
run: python -m pip install -r docs/requirements.txt ruff mypy types-requests types-docutils
|
||||||
|
|
||||||
- name: Run pyflakes
|
- name: Run ruff
|
||||||
run: python -m flake8 --count .
|
run: ruff .
|
||||||
|
|
||||||
- name: Run gofmt
|
- name: Run gofmt
|
||||||
run: go version && python .github/workflows/ci.py gofmt
|
run: go version && python .github/workflows/ci.py gofmt
|
||||||
|
|||||||
Reference in New Issue
Block a user