mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
feat: tooling api
This commit is contained in:
parent
7e09a3f9cd
commit
452b9d91d3
7 changed files with 90 additions and 12 deletions
2
packages/python/3.10.0/build.sh
vendored
2
packages/python/3.10.0/build.sh
vendored
|
@ -18,4 +18,4 @@ cd ..
|
|||
|
||||
rm -rf build
|
||||
|
||||
bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy
|
||||
bin/pip3 install numpy scipy pandas pycrypto whoosh bcrypt passlib sympy flake8 mypy ruff
|
||||
|
|
3
packages/python/3.10.0/metadata.json
vendored
3
packages/python/3.10.0/metadata.json
vendored
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"language": "python",
|
||||
"version": "3.10.0",
|
||||
"aliases": ["py", "py3", "python3", "python3.10"]
|
||||
"aliases": ["py", "py3", "python3", "python3.10"],
|
||||
"tooling": ["flake8", "mypy", "ruff"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue