Skip to content

Commit a929e7d

Browse files
committed
Update precommit, black version was out of sync with CI
1 parent f01c023 commit a929e7d

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
@@ -2,14 +2,14 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/ambv/black
5-
rev: 23.3.0
5+
rev: 24.2.0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
99
rev: v2.0.0
1010
hooks:
1111
- id: flake8
1212
- repo: https://github.com/kynan/nbstripout
13-
rev: 0.6.1
13+
rev: 0.7.1
1414
hooks:
1515
- id: nbstripout

0 commit comments

Comments
 (0)