mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-05-01 11:41:41 +00:00
chore: update tools
This commit is contained in:
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: Close stale issues and PRs
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 1 * * *'
|
- cron: '30 1 * * *'
|
||||||
@@ -9,5 +9,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v9
|
||||||
with:
|
with:
|
||||||
days-before-stale: 23
|
days-before-stale: 17
|
||||||
days-before-close: 3
|
days-before-close: 3
|
||||||
|
|||||||
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
|
"ms-python.vscode-pylance",
|
||||||
"ms-python.black-formatter",
|
"ms-python.black-formatter",
|
||||||
"kevinrose.vsc-python-indent",
|
"kevinrose.vsc-python-indent",
|
||||||
"charliermarsh.ruff",
|
"charliermarsh.ruff",
|
||||||
|
|||||||
@@ -24,4 +24,8 @@ tasks:
|
|||||||
|
|
||||||
update:
|
update:
|
||||||
cmds:
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user