Skip to content

Commit

Permalink
tests: update pre-commit
Browse files Browse the repository at this point in the history
Change-Id: I8e7eeb9710f469052f643bec7c8a5571e4aa313f
  • Loading branch information
xqt committed Dec 3, 2024
1 parent 698100a commit 326ebe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
- id: python-check-mock-methods
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
args:
Expand All @@ -60,7 +60,7 @@ repos:
hooks:
- id: pyupgrade
args:
- --py37-plus
- --py38-plus
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:
Expand Down

0 comments on commit 326ebe1

Please sign in to comment.