Skip to content

Commit 18a94bc

Browse files
committed
bump versions
1 parent 18a56d3 commit 18a94bc

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
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: mixed-line-ending
88
args: ['--fix=lf']
99
description: Forces to replace line ending by the UNIX 'lf' character.
1010
- repo: https://github.com/psf/black
11-
rev: 24.4.0
11+
rev: 24.4.2
1212
hooks:
1313
- id: black
1414
language_version: python3

0 commit comments

Comments
 (0)