Skip to content

Commit 5322b1e

Browse files
authored
Merge pull request #48 from twsl/copier/update
2 parents a5b991c + 9e0d1a4 commit 5322b1e

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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' }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
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]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ members = [
4848
dev = [
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",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)