mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
github/workflows/lint: add umpv to Python linting
It doesn't have extension.
This commit is contained in:
parent
48f944d21b
commit
28ab3aec6a
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -39,6 +39,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: astral-sh/ruff-action@v2
|
||||
with:
|
||||
src: ". TOOLS/umpv"
|
||||
|
||||
mypy:
|
||||
runs-on: ubuntu-latest
|
||||
@ -48,6 +50,7 @@ jobs:
|
||||
with:
|
||||
install_project_dependencies: no
|
||||
options: '--check-untyped-defs'
|
||||
paths: ". TOOLS/umpv"
|
||||
|
||||
editorconfig:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user