Skip to content

Commit c00bb22

Browse files
authored
Merge branch 'main' into renovate/pre-commit-pre-commit-hooks-6.x
2 parents bda4fd8 + 568ab47 commit c00bb22

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Link Checker
2121
id: lychee
22-
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
22+
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
2323
with:
2424
# Exclude the image.sc forum and stackoverflow (which both work) but return 403 from
2525
# github runners and exclude relative links to other pages. Ignore

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
40-
ruby-version: "3.3" # Not needed with a .ruby-version file
40+
ruby-version: "3.4.7" # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 0 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.13.2
4+
rev: v0.14.3
55
hooks:
66
- id: ruff
77
args:
@@ -49,7 +49,7 @@ repos:
4949
- --fix=lf
5050
- id: trailing-whitespace
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.34.0
52+
rev: 0.34.1
5353
hooks:
5454
# Schemas taken from https://www.schemastore.org/json/
5555
- id: check-jsonschema

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.2
3+
rev: v0.14.3
44
hooks:
55
- id: ruff
66
- id: ruff-format
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.34.0
44+
rev: 0.34.1
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.2
3+
rev: v0.14.3
44
hooks:
55
- id: ruff
66
- id: ruff-format
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.34.0
44+
rev: 0.34.1
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

0 commit comments

Comments
 (0)