Skip to content

Commit 3d69ebd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) - [github.com/crate-ci/typos: v1.39.1 → v1](crate-ci/typos@v1.39.1...v1)
1 parent 2a82e0d commit 3d69ebd

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.7
16+
rev: v0.14.8
1717
hooks:
1818
# Sort imports
1919
- id: ruff
@@ -48,7 +48,7 @@ repos:
4848
args: ['--baseline', '.secrets.baseline']
4949
exclude: package.lock.json
5050
- repo: https://github.com/crate-ci/typos
51-
rev: v1.39.1
51+
rev: v1
5252
hooks:
5353
- id: typos
5454
args: ["--force-exclude"]

0 commit comments

Comments
 (0)