Skip to content

Commit 1c05c4e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.8...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2) - [github.com/rvben/rumdl-pre-commit: v0.1.62 → v0.1.83](rvben/rumdl-pre-commit@v0.1.62...v0.1.83)
1 parent 7f4f0fc commit 1c05c4e

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
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.15.8
4+
rev: v0.15.12
55
hooks:
66
- id: ruff-format
77
exclude: test.*
@@ -50,7 +50,7 @@ repos:
5050
args: ['--baseline', '.secrets.baseline']
5151
additional_dependencies: ["gibberish-detector"]
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.19.1
53+
rev: v1.20.2
5454
hooks:
5555
- id: mypy
5656
args: [--no-strict-optional, --ignore-missing-imports]
@@ -72,7 +72,7 @@ repos:
7272
exclude: test.*
7373

7474
- repo: https://github.com/rvben/rumdl-pre-commit
75-
rev: v0.1.62 # Use latest version
75+
rev: v0.1.83 # Use latest version
7676
hooks:
7777
- id: rumdl # Lint only
7878
- id: rumdl-fmt # Auto-format

0 commit comments

Comments
 (0)