File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# Conventional Commit message checker (commitizen)
10
10
- repo : https://github.com/commitizen-tools/commitizen
11
- rev : v3.29 .1
11
+ rev : v4.4 .1
12
12
hooks :
13
13
- id : commitizen
14
14
stages :
34
34
- --markdown-linebreak-ext=md
35
35
# isort (in black-compatibility mode)
36
36
- repo : https://github.com/pycqa/isort
37
- rev : 5.13.2
37
+ rev : 6.0.1
38
38
hooks :
39
39
- id : isort
40
40
args :
@@ -43,15 +43,15 @@ repos:
43
43
- --filter-files
44
44
# Black (uncompromising) Python code formatter
45
45
- repo : https://github.com/psf/black
46
- rev : 24.10 .0
46
+ rev : 25.1 .0
47
47
hooks :
48
48
- id : black
49
49
args :
50
50
- --target-version
51
51
- py312
52
52
# MyPy
53
53
- repo : https://github.com/pre-commit/mirrors-mypy
54
- rev : v1.11.2
54
+ rev : v1.15.0
55
55
hooks :
56
56
- id : mypy
57
57
files : ^workflow
Original file line number Diff line number Diff line change 1
- """The WorkflowEngine validation logic.
2
- """
1
+ """The WorkflowEngine validation logic."""
3
2
4
3
from dataclasses import dataclass
5
4
from enum import Enum
You can’t perform that action at this time.
0 commit comments