Skip to content

Commit d934b65

Browse files
[pre-commit.ci] pre-commit suggestions
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: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
1 parent 694970a commit d934b65

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
@@ -24,7 +24,7 @@ default_install_hook_types: [pre-commit, commit-msg]
2424

2525
repos:
2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.6.0
27+
rev: v5.0.0
2828
hooks:
2929
- id: check-added-large-files
3030
args: ['--maxkb=1000']
@@ -38,7 +38,7 @@ repos:
3838
exclude: nemo_curator/utils/aegis_utils.py
3939

4040
- repo: https://github.com/psf/black
41-
rev: 24.4.2
41+
rev: 24.10.0
4242
hooks:
4343
- id: black
4444
name: Format code

0 commit comments

Comments
 (0)