Add Flit and change namer
This commit is contained in:
parent
50db7b8cb2
commit
f188724d4b
13 changed files with 138 additions and 119 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
|
@ -4,9 +4,9 @@
|
|||
{
|
||||
"label": "Format and lint",
|
||||
"type": "shell",
|
||||
"command": "source .env/bin/activate && scripts/format-python.sh .",
|
||||
"command": "source .env/bin/activate && scripts/format-python.sh . tests",
|
||||
"windows": {
|
||||
"command": ".env\\bin\\activate.bat; scripts\\format-python.sh ."
|
||||
"command": ".env\\bin\\activate.bat; scripts\\format-python.sh . tests"
|
||||
},
|
||||
"group": "test",
|
||||
"presentation": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue