From eca110cce291726dadacfe57db49c3b973444d60 Mon Sep 17 00:00:00 2001 From: liblaf Date: Sun, 5 May 2024 00:59:14 +0000 Subject: [PATCH] ci(repo): sync with repo template --- .github/workflows/stale.yaml | 17 ----------------- .pre-commit-config.yaml | 6 +++--- 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 .github/workflows/stale.yaml diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml deleted file mode 100644 index c0b49d2..0000000 --- a/.github/workflows/stale.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Stale - -on: - schedule: - - cron: 0 0 * * * - -jobs: - stale: - name: Stale - permissions: - contents: write - issues: write - pull-requests: write - runs-on: ubuntu-latest - steps: - - name: Stale - uses: actions/stale@v9 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cc83b5..73e3c79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ ci: - cspell repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: @@ -30,14 +30,14 @@ repos: hooks: - id: commitizen - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude: (.*-lock\..*)|(.*\.lock)$ stages: - pre-commit - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast