Skip to content

Commit

Permalink
fix pyright dep
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid-stripe committed Jan 14, 2025
1 parent 61dceb6 commit 9600af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lint: install-dev-deps
python -m flake8 --show-source stripe tests setup.py

# verify types. optional argument to test as of a specific minor python version (e.g. `8` to test `python 3.8`); otherwise uses current version
typecheck minor_py_version="": install-dev-deps
typecheck minor_py_version="": install-test-deps install-dev-deps
# suppress version update warnings
PYRIGHT_PYTHON_IGNORE_WARNINGS=1 pyright {{ if minor_py_version == "" { "" } else { "--pythonversion 3." + minor_py_version } }}

Expand Down

0 comments on commit 9600af4

Please sign in to comment.