Skip to content

Commit 60bd013

Browse files
[pre-commit.ci] pre-commit autoupdate (#150)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1) - [github.com/crate-ci/typos: v1.40.1 → v1](crate-ci/typos@v1.40.1...v1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5df987a commit 60bd013

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.15.0
16+
rev: v0.15.1
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.40.1
51+
rev: v1
5252
hooks:
5353
- id: typos
5454
args: ["--force-exclude"]

0 commit comments

Comments
 (0)