Skip to content

Commit 71db4de

Browse files
[pre-commit.ci] pre-commit autoupdate (#425)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.10...v0.14.11) - [github.com/RobertCraigie/pyright-python: v1.1.407 → v1.1.408](RobertCraigie/pyright-python@v1.1.407...v1.1.408) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.15.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.15.0...v2.16.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a3bd53e commit 71db4de

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
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.10
12+
rev: v0.14.11
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
@@ -46,7 +46,7 @@ repos:
4646
exclude: tests/(eval|autofix)_files/.*_py311.py
4747

4848
- repo: https://github.com/RobertCraigie/pyright-python
49-
rev: v1.1.407
49+
rev: v1.1.408
5050
hooks:
5151
- id: pyright
5252
# ignore warnings about new version being available, no other warnings
@@ -91,7 +91,7 @@ repos:
9191
- id: yamlfmt
9292

9393
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
94-
rev: v2.15.0
94+
rev: v2.16.0
9595
hooks:
9696
- id: pretty-format-toml
9797
args: [--autofix]

0 commit comments

Comments
 (0)