File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2828 name : ${{ matrix.context.project_name }}
2929 steps :
3030 - name : Check out the repository
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-added-large-files
88 - id : check-case-conflict
2323 - id : sort-simple-yaml
2424 - id : trailing-whitespace
2525 - repo : https://github.com/astral-sh/ruff-pre-commit
26- rev : ' v0.11.8 '
26+ rev : ' v0.13.3 '
2727 hooks :
2828 - id : ruff
2929 args : [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
3535 - id : codespell
3636 additional_dependencies : ["tomli"]
3737 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
38- rev : v2.14 .0
38+ rev : v2.15 .0
3939 hooks :
4040 - id : pretty-format-toml
4141 args : [--autofix, --no-sort]
Original file line number Diff line number Diff line change 1212 using : composite
1313 steps :
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.13'
1818
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out the repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.13'
2121
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Check out the repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323
2424 - name : Set up Python 3.10
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : ' 3.13'
2828
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727
2828 steps :
2929 - name : Check out the repository
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333
3434 - name : Set up Python {% raw %}${{ matrix.pyv }}{% endraw %}
35- uses : actions/setup-python@v5
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : {% raw %}${{ matrix.pyv }}{% endraw %}
3838
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Check out the repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414
1515 - name : Update template
1616 uses : iterative/py-template@main
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-added-large-files
88 - id : check-case-conflict
1919 - id : sort-simple-yaml
2020 - id : trailing-whitespace
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : ' v0.11.8 '
22+ rev : ' v0.13.3 '
2323 hooks :
2424 - id : ruff
2525 args : [--fix, --exit-non-zero-on-fix]
3030 - id : codespell
3131 additional_dependencies : ["tomli"]
3232 - repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
33- rev : v2.14 .0
33+ rev : v2.15 .0
3434 hooks :
3535 - id : pretty-format-toml
3636 args : [--autofix, --no-sort]
You can’t perform that action at this time.
0 commit comments