Skip to content

Commit 70acdbf

Browse files
pre-commit-ci[bot]sarahyurick
authored andcommitted
[pre-commit.ci] pre-commit suggestions (NVIDIA-NeMo#135)
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/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eee5065 commit 70acdbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ci:
2222

2323
repos:
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v4.5.0
25+
rev: v4.6.0
2626
hooks:
2727
- id: check-added-large-files
2828
args: ['--maxkb=1000']
@@ -35,7 +35,7 @@ repos:
3535
- id: trailing-whitespace
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.3.0
38+
rev: 24.4.2
3939
hooks:
4040
- id: black
4141
name: Format code

0 commit comments

Comments
 (0)