Skip to content

Commit 7df0e9a

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.11.13 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.13...v0.12.8) - [github.com/kumaraditya303/mirrors-pyright: v1.1.401 → v1.1.403](kumaraditya303/mirrors-pyright@v1.1.401...v1.1.403)
1 parent d546f9b commit 7df0e9a

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
@@ -3,7 +3,7 @@ exclude: ^templates/
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: fix-byte-order-marker
@@ -80,12 +80,12 @@ repos:
8080
- id: update-CITATION.cff
8181
- id: update-pyproject.toml
8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: v0.11.13
83+
rev: v0.12.8
8484
hooks:
8585
- id: ruff
8686
- id: ruff-format
8787
- repo: https://github.com/kumaraditya303/mirrors-pyright
88-
rev: v1.1.401
88+
rev: v1.1.403
8989
hooks:
9090
- id: pyright
9191

0 commit comments

Comments
 (0)