We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd476c7 commit 8f23099Copy full SHA for 8f23099
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.14.11
+ rev: v0.14.14
13
hooks:
14
- id: ruff-format
15
types_or: [python, pyi, jupyter]
@@ -21,7 +21,7 @@ repos:
21
22
- id: markdownlint-fix
23
- repo: https://github.com/kynan/nbstripout
24
- rev: 0.8.2
+ rev: 0.9.0
25
26
- id: nbstripout
27
files: ".ipynb"
0 commit comments