Skip to content

Commit 16cc083

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2) - [github.com/rvben/rumdl-pre-commit: v0.1.78 → v0.1.83](rvben/rumdl-pre-commit@v0.1.78...v0.1.83)
1 parent f8027a5 commit 16cc083

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.11'
4+
rev: 'v0.15.12'
55
hooks:
66
- id: ruff-format
77
- id: ruff-check
@@ -37,7 +37,7 @@ repos:
3737
- id: detect-secrets
3838
additional_dependencies: ["gibberish-detector"]
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.20.1
40+
rev: v1.20.2
4141
hooks:
4242
- id: mypy
4343
args: [--no-strict-optional, --ignore-missing-imports]
@@ -55,7 +55,7 @@ repos:
5555
- id: interrogate
5656
exclude: test.*
5757
- repo: https://github.com/rvben/rumdl-pre-commit
58-
rev: v0.1.78 # Use latest version
58+
rev: v0.1.83 # Use latest version
5959
hooks:
6060
- id: rumdl # Lint + auto-fix, fails if unfixable issues remain
6161
- id: rumdl-fmt # Pure format, always exits 0

0 commit comments

Comments
 (0)