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 99c43f2Copy full SHA for 99c43f2
.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.12.0
44
45
- id: ruff
46
args: [--fix, --exit-non-zero-on-fix]
@@ -50,11 +50,11 @@ repos:
50
51
- id: codespell
52
- repo: https://github.com/PyCQA/flake8
53
- rev: 7.2.0
+ rev: 7.3.0
54
55
- id: flake8
56
- repo: https://github.com/pre-commit/mirrors-mypy
57
- rev: v1.15.0
+ rev: v1.16.1
58
59
- id: mypy
60
additional_dependencies: [ifaddr]
0 commit comments