Skip to content

Commit

Permalink
Update deps, precommit, images (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton authored Sep 21, 2024
1 parent 3113eab commit 4c9c87f
Show file tree
Hide file tree
Showing 54 changed files with 958 additions and 760 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.9"

- uses: pre-commit/[email protected]

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.9"

- name: install deps
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.9"

- name: Install Protoc
if: ${{ contains(matrix.TOXENV, 'grpc') }}
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.17.0
hooks:
- id: pyupgrade
args:
- --py38-plus
- --py39-plus
files: "tavern/.*"
- repo: https://github.com/rhysd/actionlint
rev: v1.7.0
rev: v1.7.1
hooks:
- id: actionlint
args: ["-shellcheck="]
Expand All @@ -16,7 +16,7 @@ repos:
hooks:
- id: pycln
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.4"
rev: "v0.6.6"
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -27,7 +27,7 @@ repos:
- id: prettier
types_or: [yaml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies:
Expand Down
Loading

0 comments on commit 4c9c87f

Please sign in to comment.