File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : v0.4.0-78-gcd5894e
2+ _commit : v0.4.0-81-g0790306
33_src_path : git+https://github.com/twsl/python-project-template
44author_email : 45483159+twsl@users.noreply.github.com
55author_username : twsl
Original file line number Diff line number Diff line change 9595 uses : juliangruber/read-file-action@v1
9696 with :
9797 path : code-coverage-results.md
98- if : ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' }}
98+ if : ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' && runner.os == 'Linux' }}
9999
100100 - name : Add coverage PR comment
101101 uses : marocchino/sticky-pull-request-comment@v2
@@ -106,7 +106,7 @@ jobs:
106106 ${{ steps.coverage-file.outputs.content }}
107107
108108 Results for commit ${{ github.sha }}.
109- if : ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' }}
109+ if : ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' && runner.os == 'Linux' }}
110110
111111 - name : Upload test results
112112 uses : actions/upload-artifact@v6
@@ -121,4 +121,4 @@ jobs:
121121 check_name : Test Results ${{ runner.os }} ${{ matrix.python-version }}
122122 report_individual_runs : true
123123 files : junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml
124- if : ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' }}
124+ if : ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' && runner.os == 'Linux' }}
Original file line number Diff line number Diff line change 4545 - id : check-json5
4646
4747 - repo : https://github.com/PyCQA/bandit
48- rev : 1.9.3
48+ rev : 1.9.4
4949 hooks :
5050 - id : bandit
5151 args : [-c, pyproject.toml]
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ members = [
4848dev = [
4949 " ruff>=0.15.2" ,
5050 " ty>=0.0.18" ,
51- " bandit>=1.9.3 " ,
51+ " bandit>=1.9.4 " ,
5252 " prek>=0.3.3" ,
5353 " vulture>=2.14" ,
5454 " copier>=9.12.0" ,
You can’t perform that action at this time.
0 commit comments