Skip to content

Commit

Permalink
MAINT: update lock files and dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 18, 2024
1 parent ae30d43 commit a611467
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,3 @@ jobs:
with:
gh-pages: true
specific-pip-packages: ${{ inputs.specific-pip-packages }}
style:
if: inputs.specific-pip-packages == ''
secrets:
token: ${{ secrets.PAT }}
uses: ComPWA/actions/.github/workflows/pre-commit.yml@v2
2 changes: 0 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ on:
paths:
- .pre-commit-config.yaml
- uv.lock
schedule:
- cron: "0 3 7 */3 *"
workflow_dispatch:

jobs:
Expand Down
9 changes: 3 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,21 @@ ci:
autoupdate_commit_msg: "MAINT: update lock files"
autoupdate_schedule: quarterly

skip: []

repos:
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes

- repo: https://github.com/ComPWA/policy
rev: 0.5.0rc9
rev: 0.5.0rc10
hooks:
- id: check-dev-files
args:
- --no-cd
- --no-pypi
- --repo-name=strong2020-salamanca
- --repo-title="STRONG2020 HaSP School"
- --update-lock-files=quarterly
- id: colab-toc-visible
- id: remove-empty-tags

Expand Down Expand Up @@ -52,7 +49,7 @@ repos:
metadata.vscode
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -100,6 +97,6 @@ repos:
)$
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.22
rev: 0.4.24
hooks:
- id: uv-lock
Loading

0 comments on commit a611467

Please sign in to comment.