Skip to content

Commit e3d815c

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.3 → v0.5.7](astral-sh/ruff-pre-commit@v0.3.3...v0.5.7) - [github.com/psf/black: 24.3.0 → 24.8.0](psf/black@24.3.0...24.8.0)
1 parent e6a16fd commit e3d815c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# vim: set nospell:
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
args: [--markdown-linebreak-ext=md]
@@ -13,12 +13,12 @@ repos:
1313
- id: check-added-large-files
1414
- id: debug-statements
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.3.3
16+
rev: v0.5.7
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
2020
exclude: docs\/.*
2121
- repo: https://github.com/psf/black
22-
rev: "24.3.0"
22+
rev: "24.8.0"
2323
hooks:
2424
- id: black

0 commit comments

Comments
 (0)