Skip to content

Commit 7f49a68

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.12.0 → v1.14.1](pre-commit/mirrors-mypy@v1.12.0...v1.14.1) - [github.com/codingjoe/relint: 3.2.0 → 3.3.1](codingjoe/relint@3.2.0...3.3.1)
1 parent 2cda599 commit 7f49a68

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
@@ -17,7 +17,7 @@ repos:
1717
- id: pycln
1818
args: [--config=pyproject.toml]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.6.9
20+
rev: v0.8.6
2121
hooks:
2222
- id: ruff
2323
args:
@@ -28,7 +28,7 @@ repos:
2828
- id: ruff-format
2929
exclude: ^docs/
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.12.0
31+
rev: v1.14.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [
@@ -39,7 +39,7 @@ repos:
3939
]
4040
exclude: ^(docs|surface_apps-assets)/
4141
- repo: https://github.com/codingjoe/relint
42-
rev: 3.2.0
42+
rev: 3.3.1
4343
hooks:
4444
- id: relint
4545
args: [-W] # to fail on warnings

0 commit comments

Comments
 (0)