Skip to content

Commit d4f2bfe

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.3.2](astral-sh/ruff-pre-commit@v0.1.11...v0.3.2) - [github.com/dosisod/refurb: v1.27.0 → v2.0.0](dosisod/refurb@v1.27.0...v2.0.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent 6de2cae commit d4f2bfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ 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.11
31+
rev: v0.3.2
3232
hooks:
3333
- id: ruff
3434
- id: ruff-format
3535
- repo: https://github.com/dosisod/refurb
36-
rev: v1.27.0
36+
rev: v2.0.0
3737
hooks:
3838
- id: refurb
3939
- repo: https://github.com/kynan/nbstripout
40-
rev: 0.6.1
40+
rev: 0.7.1
4141
hooks:
4242
- id: nbstripout
4343
- repo: https://github.com/executablebooks/mdformat
@@ -54,7 +54,7 @@ repos:
5454
hooks:
5555
- id: codespell
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: 'v1.8.0'
57+
rev: 'v1.9.0'
5858
hooks:
5959
- id: mypy
6060
args: [

0 commit comments

Comments
 (0)