File tree Expand file tree Collapse file tree 2 files changed +11
-23
lines changed
.github/workflows/templates Expand file tree Collapse file tree 2 files changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ jobs:
5151 run: git checkout ${% raw %} {{ github.event.pull_request.head.sha }}{% endraw %}
5252 {% - endif %}
5353
54- - name: Set up Python 3.10
54+ - name: Set up Python 3.11
5555 uses: actions/setup-python@v5
5656 with:
57- python-version: "3.10 "
57+ python-version: "3.11 "
5858
5959 - name: Install tox
6060 run: pip install tox
Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/astral-sh/ruff-pre-commit
3- # Ruff version.
4- rev : v0.6.9
5- hooks :
6- # Run the linter.
7- - id : ruff
8- args : ["--fix", "--show-fixes"]
9- # Run the formatter.
10- - id : ruff-format
11- - repo : local
12- hooks :
13- - id : generate-github-workflows
14- name : generate-github-workflows
15- entry : tox
16- args : ["-e", "generate-workflows"]
17- language : python
18- additional_dependencies :
19- - tox
20- types : [file]
21- files : tox.ini
22- pass_filenames : false
2+ - repo : https://github.com/astral-sh/ruff-pre-commit
3+ # Ruff version.
4+ rev : v0.6.9
5+ hooks :
6+ # Run the linter.
7+ - id : ruff
8+ args : ["--fix", "--show-fixes"]
9+ # Run the formatter.
10+ - id : ruff-format
You can’t perform that action at this time.
0 commit comments