Skip to content

Commit c7708f6

Browse files
[pre-commit.ci] pre-commit autoupdate (#274)
updates: - [github.com/RobertCraigie/pyright-python: v1.1.370 → v1.1.371](RobertCraigie/pyright-python@v1.1.370...v1.1.371) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](astral-sh/ruff-pre-commit@v0.5.1...v0.5.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7bf539b commit c7708f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- id: mypy
3737

3838
- repo: https://github.com/RobertCraigie/pyright-python
39-
rev: v1.1.370
39+
rev: v1.1.371
4040
hooks:
4141
- id: pyright
4242
# ignore warnings about new version being available, no other warnings
@@ -78,7 +78,7 @@ repos:
7878
args: ['--markdown-linebreak-ext=md,markdown']
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.5.1
81+
rev: v0.5.2
8282
hooks:
8383
- id: ruff
8484

@@ -88,7 +88,7 @@ repos:
8888
- id: yamlfmt
8989

9090
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
91-
rev: v2.13.0
91+
rev: v2.14.0
9292
hooks:
9393
- id: pretty-format-toml
9494
args: [--autofix]

0 commit comments

Comments
 (0)