chore: update tools

This commit is contained in:
Dowon
2024-03-28 20:20:25 +09:00
parent 5607fe63d2
commit 742182fc5a
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: 'Close stale issues and PRs'
name: Close stale issues and PRs
on:
schedule:
- cron: '30 1 * * *'
@@ -9,5 +9,5 @@ jobs:
steps:
- uses: actions/stale@v9
with:
days-before-stale: 23
days-before-stale: 17
days-before-close: 3

View File

@@ -1,5 +1,6 @@
{
"recommendations": [
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"kevinrose.vsc-python-indent",
"charliermarsh.ruff",

View File

@@ -24,4 +24,8 @@ tasks:
update:
cmds:
- "{{.PYTHON}} -m pip install -U ultralytics mediapipe ruff pre-commit black"
- "{{.PYTHON}} -m pip install -U ultralytics mediapipe ruff pre-commit black devtools pytest"
update-torch:
cmds:
- "{{.PYTHON}} -m pip install -U torch torchvision torchaudio -f https://download.pytorch.org/whl/torch_stable.html"