Skip to content

Commit 590a47e

Browse files
committed
GH Actions: Enabled pyright
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
1 parent 5f366ac commit 590a47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
flake8 . --ignore=E203,W503,E722,E731 --max-complexity=100 --max-line-length=160
3737
- name: Lint with pyright (type checking)
3838
run: |
39-
echo TODO - fix pyright errors # pyright cf_remote
39+
pyright cf_remote
4040
- name: Lint with pyflakes
4141
run: |
4242
pyflakes cf_remote

0 commit comments

Comments
 (0)