Skip to content

Commit 0b42cb3

Browse files
committed
Merge branch 'main' of github.com:henryiii/se-for-sci
2 parents 8c2922e + 0b86cf3 commit 0b42cb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.6.9
17+
rev: v0.7.4
1818
hooks:
1919
- id: ruff-format
2020
exclude: ^content/week01/cleanup_bessel\.ipynb$
2121

2222
- repo: https://github.com/adamchainz/blacken-docs
23-
rev: 1.18.0
23+
rev: 1.19.1
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies: [black==24.*]
2727

2828
- repo: https://github.com/kynan/nbstripout
29-
rev: 0.7.1
29+
rev: 0.8.1
3030
hooks:
3131
- id: nbstripout
3232

0 commit comments

Comments
 (0)