Skip to content

Commit 4873583

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/editorconfig-checker/editorconfig-checker.python: 3.2.1 → 3.4.0](editorconfig-checker/editorconfig-checker.python@3.2.1...3.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.9](astral-sh/ruff-pre-commit@v0.11.13...v0.12.9) - [github.com/kumaraditya303/mirrors-pyright: v1.1.401 → v1.1.403](kumaraditya303/mirrors-pyright@v1.1.401...v1.1.403)
1 parent d546f9b commit 4873583

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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
@@ -39,7 +39,7 @@ repos:
3939
args:
4040
- --msg-filename
4141
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
42-
rev: 3.2.1
42+
rev: 3.4.0
4343
hooks:
4444
- id: editorconfig-checker
4545
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -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.9
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)