Skip to content

Commit 67f110a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.20...v0.15.21) - [github.com/pre-commit/mirrors-mypy: v2.1.0 → v2.3.0](pre-commit/mirrors-mypy@v2.1.0...v2.3.0) - [github.com/rvben/rumdl-pre-commit: v0.2.28 → v0.2.32](rvben/rumdl-pre-commit@v0.2.28...v0.2.32)
1 parent ea42371 commit 67f110a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ repos:
2525
- id: requirements-txt-fixer
2626
- id: trailing-whitespace
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: 'v0.15.20'
28+
rev: 'v0.15.21'
2929
hooks:
3030
- id: ruff-check
3131
exclude: ^tests/classes/
3232
- id: ruff-format
3333
exclude: ^tests/classes/
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v2.1.0
35+
rev: v2.3.0
3636
hooks:
3737
- id: mypy
3838
args: [--strict]
@@ -65,7 +65,7 @@ repos:
6565
hooks:
6666
- id: yamllint
6767
- repo: https://github.com/rvben/rumdl-pre-commit
68-
rev: v0.2.28
68+
rev: v0.2.32
6969
hooks:
7070
- id: rumdl
7171
- repo: https://github.com/rohaquinlop/complexipy-pre-commit

0 commit comments

Comments
 (0)