Skip to content

Commit 569370a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1204)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5e5db65 commit 569370a

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
@@ -13,13 +13,13 @@ repos:
1313
- id: pyupgrade
1414
args: [--py39-plus]
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.11.11
16+
rev: v0.11.12
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020
- id: ruff-format
2121
- repo: https://github.com/cdce8p/python-typing-update
22-
rev: v0.7.1
22+
rev: v0.7.2
2323
hooks:
2424
- id: python-typing-update
2525
stages: [manual]
@@ -34,7 +34,7 @@ repos:
3434
- id: cython-lint
3535
- id: double-quote-cython-strings
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.15.0
37+
rev: v1.16.0
3838
hooks:
3939
- id: mypy
4040
additional_dependencies: ["aiohappyeyeballs>=2.3.0", "noiseprotocol>=0.3.1,<1.0", "cryptography>=43.0.0", "zeroconf>=0.143.0,<1.0"]

0 commit comments

Comments
 (0)