Skip to content

Commit

Permalink
Update precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Sep 21, 2024
1 parent 179bb9d commit ed0bef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
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

0 comments on commit ed0bef7

Please sign in to comment.