We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b330447 commit 5e15c84Copy full SHA for 5e15c84
1 file changed
.github/workflows/build.yml
@@ -4,6 +4,10 @@ on: [push]
4
5
permissions: {}
6
7
+env:
8
+ # Disable check for new pyright version
9
+ PYRIGHT_PYTHON_IGNORE_WARNINGS: 1
10
+
11
jobs:
12
build:
13
runs-on: ubuntu-latest
0 commit comments