Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 438ceda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.2 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.2...v0.3.5)
1 parent 6664303 commit 438ceda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -21,7 +21,7 @@ repos:
2121
additional_dependencies:
2222
- types-setuptools
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.3.2
24+
rev: v0.3.5
2525
hooks:
2626
- id: ruff
2727
args: [ --fix ]

0 commit comments

Comments
 (0)