Skip to content

Commit 4eb64e9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.11...v0.2.0) - [github.com/dosisod/refurb: v1.27.0 → v1.28.0](dosisod/refurb@v1.27.0...v1.28.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
1 parent 6de2cae commit 4eb64e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.2.0
3232
hooks:
3333
- id: ruff
3434
- id: ruff-format
3535
- repo: https://github.com/dosisod/refurb
36-
rev: v1.27.0
36+
rev: v1.28.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

0 commit comments

Comments
 (0)