Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit cbf93e6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.0...v0.8.1) - [github.com/pre-commit/mirrors-mypy: v1.12.0 → v1.13.0](pre-commit/mirrors-mypy@v1.12.0...v1.13.0) - [github.com/codingjoe/relint: 3.2.0 → 3.3.1](codingjoe/relint@3.2.0...3.3.1)
1 parent 644febf commit cbf93e6

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
@@ -22,7 +22,7 @@ repos:
2222
- id: pycln
2323
args: [--config=pyproject.toml]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.7.0
25+
rev: v0.8.1
2626
hooks:
2727
- id: ruff
2828
args:
@@ -31,7 +31,7 @@ repos:
3131
# - --unsafe-fixes
3232
- id: ruff-format
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.12.0
34+
rev: v1.13.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [
@@ -42,7 +42,7 @@ repos:
4242
]
4343
exclude: ^docs/
4444
- repo: https://github.com/codingjoe/relint
45-
rev: 3.2.0
45+
rev: 3.3.1
4646
hooks:
4747
- id: relint
4848
args: [-W] # to fail on warnings

0 commit comments

Comments
 (0)