File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
tests/data/test_package_generation
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11exclude : ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
22repos :
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 :
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
Original file line number Diff line number Diff line change 11repos :
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
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
Original file line number Diff line number Diff line change 11repos :
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
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
You can’t perform that action at this time.
0 commit comments