We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77ddd3e + cc79992 commit 0df3b80Copy full SHA for 0df3b80
.pre-commit-config.yaml
@@ -38,7 +38,9 @@ repos:
38
rev: v1.1.299
39
hooks:
40
- id: pyright
41
- entry: env PYRIGHT_PYTHON_FORCE_VERSION=latest pyright
+ # ignore warnings about new version being available, no other warnings
42
+ # are suppressed by this.
43
+ entry: env PYRIGHT_PYTHON_IGNORE_WARNING=true pyright
44
args: [--pythonversion=3.11, --warnings]
45
additional_dependencies:
46
# Required for pyright strict mode
0 commit comments