Skip to content

Commit 41ffbef

Browse files
[pre-commit.ci] pre-commit autoupdate (#13714)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.11...v0.12.12) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/RobertCraigie/pyright-python: v1.1.404 → v1.1.405](RobertCraigie/pyright-python@v1.1.404...v1.1.405) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5ebd1ec commit 41ffbef

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/astral-sh/ruff-pre-commit
3-
rev: "v0.12.11"
3+
rev: "v0.12.12"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: zizmor
1818
- repo: https://github.com/adamchainz/blacken-docs
19-
rev: 1.19.1
19+
rev: 1.20.0
2020
hooks:
2121
- id: blacken-docs
2222
additional_dependencies: [black==24.1.1]
@@ -48,7 +48,7 @@ repos:
4848
# on <3.11
4949
- exceptiongroup>=1.0.0rc8
5050
- repo: https://github.com/RobertCraigie/pyright-python
51-
rev: v1.1.404
51+
rev: v1.1.405
5252
hooks:
5353
- id: pyright
5454
files: ^(src/|scripts/)

0 commit comments

Comments
 (0)