feat: tooling api

This commit is contained in:
Endercheif 2023-03-15 22:30:13 -07:00
parent 7e09a3f9cd
commit 452b9d91d3
No known key found for this signature in database
GPG key ID: 7767459A0C8BEE00
7 changed files with 90 additions and 12 deletions

View file

@ -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

View file

@ -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"]
}