Skip to content

Commit d9fe46c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.4...v0.13.1) - [github.com/dosisod/refurb: v2.1.0 → v2.2.0](dosisod/refurb@v2.1.0...v2.2.0)
1 parent 2bd1be7 commit d9fe46c

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -25,12 +25,12 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.12.4
28+
rev: v0.13.1
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format
3232
- repo: https://github.com/dosisod/refurb
33-
rev: v2.1.0
33+
rev: v2.2.0
3434
hooks:
3535
- id: refurb
3636
- repo: https://github.com/executablebooks/mdformat

0 commit comments

Comments
 (0)