Skip to content

Commit eb57ce1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.11](astral-sh/ruff-pre-commit@v0.1.8...v0.1.11) - [github.com/dosisod/refurb: v1.25.0 → v1.27.0](dosisod/refurb@v1.25.0...v1.27.0) - [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0](pre-commit/mirrors-mypy@v1.7.1...v1.8.0)
1 parent 290f455 commit eb57ce1

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)