Skip to content

Commit 163acca

Browse files
authored
Merge pull request #2047 from zeromq/pre-commit-ci-update-config
2 parents cf75376 + d334951 commit 163acca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
additional_dependencies:
1616
- ruff
1717
- repo: https://github.com/executablebooks/mdformat
18-
rev: 0.7.17 # Use the ref you want to point at
18+
rev: 0.7.18 # Use the ref you want to point at
1919
hooks:
2020
- id: mdformat
2121
# Optionally add plugins
@@ -26,7 +26,7 @@ repos:
2626

2727
# autoformat and lint Python code
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.6.9
29+
rev: v0.7.2
3030
hooks:
3131
- id: ruff
3232
types_or:
@@ -43,7 +43,7 @@ repos:
4343
exclude: zmq/constants.py
4444

4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v1.11.2
46+
rev: v1.13.0
4747
hooks:
4848
- id: mypy
4949
files: zmq/.*

0 commit comments

Comments
 (0)