Skip to content

Commit

Permalink
MAINT: autoupdate pre-commit hooks and apply
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 12, 2024
1 parent 0628a73 commit 64f2861
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
paths:
- .constraints/py3.*.txt
- .pre-commit-config.yaml
- setup.cfg
schedule:
- cron: "0 3 7 */2 *"
workflow_dispatch:
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.1.13a6
- repo: https://github.com/ComPWA/policy
rev: 0.2.0
hooks:
- id: check-dev-files
args:
Expand Down Expand Up @@ -99,7 +99,7 @@ repos:
- id: pyright

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
rev: v0.1.13
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 64f2861

Please sign in to comment.