2 parents ea42371 + 67f110a commit 384f4efCopy full SHA for 384f4ef
1 file changed
.pre-commit-config.yaml
@@ -25,14 +25,14 @@ repos:
25
- id: requirements-txt-fixer
26
- id: trailing-whitespace
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: 'v0.15.20'
+ rev: 'v0.15.21'
29
hooks:
30
- id: ruff-check
31
exclude: ^tests/classes/
32
- id: ruff-format
33
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v2.1.0
+ rev: v2.3.0
36
37
- id: mypy
38
args: [--strict]
@@ -65,7 +65,7 @@ repos:
65
66
- id: yamllint
67
- repo: https://github.com/rvben/rumdl-pre-commit
68
- rev: v0.2.28
+ rev: v0.2.32
69
70
- id: rumdl
71
- repo: https://github.com/rohaquinlop/complexipy-pre-commit
0 commit comments