Skip to content

Commit 8f23099

Browse files
chore: update pre-commit hooks (#818)
Co-authored-by: sgiarols <11628582+sgiarols@users.noreply.github.com>
1 parent bd476c7 commit 8f23099

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.14.11
12+
rev: v0.14.14
1313
hooks:
1414
- id: ruff-format
1515
types_or: [python, pyi, jupyter]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: markdownlint-fix
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.8.2
24+
rev: 0.9.0
2525
hooks:
2626
- id: nbstripout
2727
files: ".ipynb"

0 commit comments

Comments
 (0)