Skip to content

Commit

Permalink
Merge branch 'main' into community-comms
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart committed Sep 6, 2024
2 parents 4c919d2 + c781f57 commit fd4e73f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: logs-${{ matrix.name }}.zip
include-hidden-files: true
path: |
.tox/**/log/
.tox/**/coverage.xml
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
uses: actions/upload-artifact/merge@v4
with:
name: logs.zip
include-hidden-files: true
pattern: logs-*.zip
separate-directories: true

Expand Down Expand Up @@ -164,6 +166,7 @@ jobs:
- name: Delete Merged Artifacts
uses: actions/upload-artifact/merge@v4
with:
include-hidden-files: true
delete-merged: true

- name: Notify repository owners about changes affecting them
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: toml-sort-fix

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.2"
rev: "v0.6.3"
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -175,7 +175,7 @@ repos:
- types-typed-ast

- repo: https://github.com/pycqa/pylint.git
rev: v3.2.6
rev: v3.2.7
hooks:
- id: pylint
args:
Expand Down

0 comments on commit fd4e73f

Please sign in to comment.