We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf75376 + d334951 commit 163accaCopy full SHA for 163acca
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
additional_dependencies:
16
- ruff
17
- repo: https://github.com/executablebooks/mdformat
18
- rev: 0.7.17 # Use the ref you want to point at
+ rev: 0.7.18 # Use the ref you want to point at
19
hooks:
20
- id: mdformat
21
# Optionally add plugins
@@ -26,7 +26,7 @@ repos:
26
27
# autoformat and lint Python code
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.6.9
+ rev: v0.7.2
30
31
- id: ruff
32
types_or:
@@ -43,7 +43,7 @@ repos:
43
exclude: zmq/constants.py
44
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v1.11.2
+ rev: v1.13.0
47
48
- id: mypy
49
files: zmq/.*
0 commit comments