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.
1 parent 2d14af6 commit 6445587Copy full SHA for 6445587
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.8.2
+ rev: v4.8.3
13
hooks:
14
- id: commitizen
15
stages: [commit-msg]
@@ -40,7 +40,7 @@ repos:
40
- id: pyupgrade
41
args: [--py39-plus]
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: v0.11.11
+ rev: v0.11.13
44
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
@@ -54,7 +54,7 @@ repos:
54
55
- id: flake8
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
- rev: v1.15.0
+ rev: v1.16.0
58
59
- id: mypy
60
additional_dependencies: [ifaddr]
0 commit comments