Skip to content

Commit bd578cc

Browse files
author
Alan Christie
committed
feat: Update pre-commit tool versions
1 parent 97c5727 commit bd578cc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88

99
# Conventional Commit message checker (commitizen)
1010
- repo: https://github.com/commitizen-tools/commitizen
11-
rev: v3.29.1
11+
rev: v4.4.1
1212
hooks:
1313
- id: commitizen
1414
stages:
@@ -34,7 +34,7 @@ repos:
3434
- --markdown-linebreak-ext=md
3535
# isort (in black-compatibility mode)
3636
- repo: https://github.com/pycqa/isort
37-
rev: 5.13.2
37+
rev: 6.0.1
3838
hooks:
3939
- id: isort
4040
args:
@@ -43,15 +43,15 @@ repos:
4343
- --filter-files
4444
# Black (uncompromising) Python code formatter
4545
- repo: https://github.com/psf/black
46-
rev: 24.10.0
46+
rev: 25.1.0
4747
hooks:
4848
- id: black
4949
args:
5050
- --target-version
5151
- py312
5252
# MyPy
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.11.2
54+
rev: v1.15.0
5555
hooks:
5656
- id: mypy
5757
files: ^workflow

workflow/worklfow_validator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
"""The WorkflowEngine validation logic.
2-
"""
1+
"""The WorkflowEngine validation logic."""
32

43
from dataclasses import dataclass
54
from enum import Enum

0 commit comments

Comments
 (0)