Skip to content

Commit 71ef53a

Browse files
committed
tests: update pre-commit hooks
Change-Id: Ic99ef095accf03b5de9c82dd0d5673fe15a32dd8
1 parent 97c43ee commit 71ef53a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repos:
6363
language: python
6464
require_serial: true
6565
- repo: https://github.com/astral-sh/ruff-pre-commit
66-
rev: v0.15.8
66+
rev: v0.15.9
6767
hooks:
6868
- id: ruff-check
6969
alias: ruff
@@ -98,7 +98,7 @@ repos:
9898
name: isort (skip future annotations)
9999
files: ^pwb\.py$
100100
- repo: https://github.com/jshwi/docsig
101-
rev: v0.81.2
101+
rev: v0.81.3
102102
hooks:
103103
- id: docsig
104104
exclude: ^(tests|scripts)
@@ -115,7 +115,7 @@ repos:
115115
- flake8-print>=5.0.0
116116
- pep8-naming>=0.15.1
117117
- repo: https://github.com/pre-commit/mirrors-mypy
118-
rev: v1.19.1
118+
rev: v1.20.0
119119
hooks:
120120
- id: mypy
121121
args:

0 commit comments

Comments
 (0)