Skip to content

Commit 9aa3680

Browse files
Bump version of pre-commit hooks and run only once per month (#130) (#131)
* Bump version of pre-commit hooks * Run update only once per month --------- Co-authored-by: Christoph Fröhlich <[email protected]> (cherry picked from commit 5e5d1de) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 614e9bc commit 9aa3680

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Auto Update pre-commit
55
on:
66
workflow_dispatch:
77
schedule:
8-
- cron: '0 0 * * 0' # Run every Sunday at midnight
8+
- cron: '0 0 1 * *' # Runs at 00:00, on day 1 of the month
99

1010
jobs:
1111
auto_update_and_create_pr:

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 24.3.0
52+
rev: 24.4.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
@@ -131,7 +131,7 @@ repos:
131131
exclude: CHANGELOG\.rst|\.(svg|pyc)$
132132

133133
- repo: https://github.com/python-jsonschema/check-jsonschema
134-
rev: 0.28.1
134+
rev: 0.28.2
135135
hooks:
136136
- id: check-github-workflows
137137
args: ["--verbose"]

0 commit comments

Comments
 (0)