Skip to content

Commit 4dae13a

Browse files
Bump j178/prek-action from 1 to 2 (#209)
* Bump j178/prek-action from 1 to 2 Bumps [j178/prek-action](https://github.com/j178/prek-action) from 1 to 2. - [Release notes](https://github.com/j178/prek-action/releases) - [Commits](j178/prek-action@v1...v2) --- updated-dependencies: - dependency-name: j178/prek-action dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: auto-apply pre-commit fixes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf60c30 commit 4dae13a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install the latest version of uv
3232
uses: astral-sh/setup-uv@v7
3333
# run pre-commmit checks using prek for faster execution
34-
- uses: j178/prek-action@v1
34+
- uses: j178/prek-action@v2
3535
id: pre_commit
3636
continue-on-error: true
3737
- name: Check for changes

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-yaml
1616
- id: detect-private-key
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.19.0"
18+
rev: "v2.21.0"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/codespell-project/codespell
@@ -46,16 +46,16 @@ repos:
4646
- id: yamllint
4747
exclude: pre-commit-config.yaml
4848
- repo: https://github.com/rhysd/actionlint
49-
rev: v1.7.11
49+
rev: v1.7.12
5050
hooks:
5151
- id: actionlint
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.15.6"
53+
rev: "v0.15.8"
5454
hooks:
5555
- id: ruff-format
5656
- id: ruff-check
5757
- repo: https://github.com/software-gardening/almanack
58-
rev: v0.1.15
58+
rev: v0.1.16
5959
hooks:
6060
- id: almanack-check
6161
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update

0 commit comments

Comments
 (0)