Skip to content

Commit 67ec832

Browse files
mne-botlarsoner
andauthored
Update prek (#2)
Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
1 parent 6cf4e96 commit 67ec832

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
contents: write
88
pull-requests: write
99
runs-on: ubuntu-latest
10-
if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.user.login == 'github-actions[bot]'
10+
if: (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'pre-commit-ci[bot]' || github.event.pull_request.user.login == 'github-actions[bot]' || github.event.pull_request.user.login == 'mne-bot' || github.event.pull_request.user.login == 'mne[bot]') && github.repository == 'mne-tools/refleak'
1111
steps:
1212
- name: Enable auto-merge for bot PRs
1313
run: gh pr merge --auto --squash "$PR_URL"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: ruff-format
1111
- repo: https://github.com/astral-sh/ty-pre-commit
12-
rev: v0.0.55
12+
rev: v0.0.56
1313
hooks:
1414
- id: ty
1515
additional_dependencies:

0 commit comments

Comments
 (0)