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 ebb56b3..9535ce8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ - shellcheck repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: @@ -24,14 +24,14 @@ types: - text - 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