Skip to content

Commit f10cc09

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.10.0](psf/black-pre-commit-mirror@24.4.2...24.10.0)
1 parent 014b349 commit f10cc09

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
@@ -4,7 +4,7 @@ default_language_version:
44
python: python3.10
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
args: [--markdown-linebreak-ext=md]
@@ -17,7 +17,7 @@ repos:
1717
# mypyc-compiled `black`, which is about 2x faster; see:
1818
# https://black.readthedocs.io/en/stable/integrations/source_version_control.html
1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 24.4.2
20+
rev: 24.10.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/asottile/reorder-python-imports

0 commit comments

Comments
 (0)