Skip to content

Commit 7c38c40

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](astral-sh/ruff-pre-commit@v0.0.284...v0.0.285) - [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](pre-commit/mirrors-mypy@v1.5.0...v1.5.1)
1 parent d5b9ce0 commit 7c38c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.0.284'
4+
rev: 'v0.0.285'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ repos:
3939
args: ['--baseline', '.secrets.baseline']
4040
additional_dependencies: ["gibberish-detector"]
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.5.0
42+
rev: v1.5.1
4343
hooks:
4444
- id: mypy
4545
args: [--no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)