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.
1 parent e4e1f7d commit e8be728Copy full SHA for e8be728
justfile
@@ -44,7 +44,7 @@ install-oracle:
44
45
# lock to specific python and versions of given dependencies
46
test-lock +PACKAGES:
47
- python -c "import tomlkit,sys;f='pyproject.toml';d=tomlkit.parse(open(f).read());d['project']['requires-python']='{}'.format(sys.version.split()[0]);open(f,'w').write(tomlkit.dumps(d))"
+ poetry run python -c "import tomlkit,sys;f='pyproject.toml';d=tomlkit.parse(open(f).read());d['project']['requires-python']='{}'.format(sys.version.split()[0]);open(f,'w').write(tomlkit.dumps(d))"
48
poetry add {{ PACKAGES }}
49
50
# run static type checking
0 commit comments