There was an error while loading. Please reload this page.
1 parent 0c28db7 commit 54f72daCopy full SHA for 54f72da
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/commitizen-tools/commitizen
12
- rev: v4.13.9
+ rev: v4.13.10
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.15.8
+ rev: v0.15.12
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.19.1
+ rev: v1.20.2
58
59
- id: mypy
60
additional_dependencies: [ifaddr]
0 commit comments