Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62ddbb7

Browse files
authoredJan 29, 2024
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.1.14](astral-sh/ruff-pre-commit@v0.1.11...v0.1.14) - [github.com/dosisod/refurb: v1.27.0 → v1.28.0](dosisod/refurb@v1.27.0...v1.28.0)
1 parent 6de2cae commit 62ddbb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.pre-commit-config.yaml

+2-2
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.11
31+
rev: v0.1.14
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

0 commit comments

Comments
 (0)
Please sign in to comment.