Skip to content

Commit 33b7138

Browse files
chore(deps): pre-commit autoupdate (#517)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) - [github.com/pre-commit/pre-commit: v4.1.0 → v4.2.0](pre-commit/pre-commit@v4.1.0...v4.2.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3dc44f6 commit 33b7138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
2323
# Ruff version.
24-
rev: 'v0.9.9'
24+
rev: 'v0.11.4'
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
@@ -36,6 +36,6 @@ repos:
3636
- types-requests
3737

3838
- repo: https://github.com/pre-commit/pre-commit
39-
rev: v4.1.0
39+
rev: v4.2.0
4040
hooks:
4141
- id: validate_manifest

0 commit comments

Comments
 (0)