Skip to content

Commit 59979cd

Browse files
[pre-commit.ci] pre-commit autoupdate (#69)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [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 dedf8d6 commit 59979cd

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
@@ -13,7 +13,7 @@ repos:
1313
#####
1414
# Python
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.14.6
16+
rev: v0.14.7
1717
hooks:
1818
# Sort imports
1919
- id: ruff
@@ -54,7 +54,7 @@ repos:
5454
args: ['--baseline', '.secrets.baseline']
5555
exclude: package.lock.json
5656
- repo: https://github.com/crate-ci/typos
57-
rev: v1.39.1
57+
rev: v1
5858
hooks:
5959
- id: typos
6060
args: ["--force-exclude"]

0 commit comments

Comments
 (0)