Skip to content

Commit b2d2b79

Browse files
dependabot[bot]always-on-duty[bot]FasterSpeeding
authored
Bump piped from 5d4ef31 to c7e54fb (#415)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: always-on-duty[bot] <120557446+always-on-duty[bot]@users.noreply.github.com> Co-authored-by: FasterSpeeding <[email protected]>
1 parent 8967dcf commit b2d2b79

File tree

7 files changed

+88
-88
lines changed

7 files changed

+88
-88
lines changed

.github/workflows/freeze-for-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Upgrade dependency locks
2626
run: nox -s freeze-locks bot-package-diff
2727

28-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
28+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2929
with:
3030
name: gogo.patch
3131
path: gogo.patch

.github/workflows/py-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
coverageLocations: .coverage.xml:coverage.py
6262

6363
- name: Archive coverage
64-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
64+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
6565
with:
6666
name: coverage
6767
path: ./coverage_html

.github/workflows/reformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Reformat
2525
run: nox -s reformat bot-package-diff
2626

27-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
27+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2828
with:
2929
name: gogo.patch
3030
path: gogo.patch

.github/workflows/resync-piped.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Resync Piped
2626
run: nox -s copy-piped bot-package-diff
2727

28-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
28+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2929
with:
3030
name: gogo.patch
3131
path: gogo.patch

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ ignore = [
246246
"noxfile.py" = [
247247
"F403", # `from noxfile import *` used; unable to detect undefined name
248248
]
249+
"sake/abc.py" = [
250+
"A005", # Module `abc` shadows a Python standard-library module
251+
]
249252
"tests/**/*.py" = [
250253
"D100", # Missing docstring in public module
251254
"D101", # Missing docstring in public class

uv.lock

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

0 commit comments

Comments
 (0)