Skip to content

Commit a036351

Browse files
woshilapinKhoyo
authored andcommitted
osrd_schemas: replace 'pytype' by 'pyright'
Signed-off-by: Jean SIMARD <[email protected]>
1 parent 1f102fe commit a036351

File tree

3 files changed

+20
-388
lines changed

3 files changed

+20
-388
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ jobs:
400400
cd python/osrd_schemas
401401
poetry run ruff check
402402
poetry run ruff format --check
403-
- name: Pytype
403+
- name: Pyright
404404
run: |
405405
cd python/osrd_schemas
406-
poetry run pytype -j auto
406+
poetry run pyright
407407
408408
check_toml:
409409
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)