Skip to content

Commit 774d0f8

Browse files
[pre-commit.ci] pre-commit autoupdate (#1039)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/crate-ci/typos: v1.39.1 → v1](crate-ci/typos@v1.39.1...v1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eedee26 commit 774d0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
hooks:
3939
- id: shfmt
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.14.5
41+
rev: v0.14.6
4242
hooks:
4343
- id: ruff
4444
args: ["check", "--select", "I", "--fix"]
@@ -49,7 +49,7 @@ repos:
4949
args: ["--line-length", "79"]
5050
files: '\.py$'
5151
- repo: https://github.com/crate-ci/typos
52-
rev: v1.39.1
52+
rev: v1
5353
hooks:
5454
- id: typos
5555
args: ["--force-exclude"]

0 commit comments

Comments
 (0)