Skip to content

Commit 10856f4

Browse files
[pre-commit.ci] pre-commit autoupdate (#81)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 290f455 commit 10856f4

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
@@ -28,12 +28,12 @@ repos:
2828
- id: reorder-python-imports
2929
args: [--py38-plus, --add-import, 'from __future__ import annotations']
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.1.8
31+
rev: v0.1.11
3232
hooks:
3333
- id: ruff
3434
- id: ruff-format
3535
- repo: https://github.com/dosisod/refurb
36-
rev: v1.25.0
36+
rev: v1.27.0
3737
hooks:
3838
- id: refurb
3939
- repo: https://github.com/kynan/nbstripout
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: codespell
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: 'v1.7.1'
57+
rev: 'v1.8.0'
5858
hooks:
5959
- id: mypy
6060
args: [

0 commit comments

Comments
 (0)