We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f57c18 commit 85febacCopy full SHA for 85febac
3 files changed
.gitignore
@@ -4,7 +4,6 @@ notebooks/cache/*
4
notebooks/data/*
5
notebooks/logs/*
6
notebooks/images/*
7
-uv.lock
8
9
# Compiled source
10
*.com
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.15.1
+ rev: v0.15.20
22
hooks:
23
- id: ruff-check
24
args: [--fix]
@@ -35,6 +35,6 @@ repos:
35
quoted-strings: {quote-type: single, required: only-when-needed}}}
36
37
- repo: https://github.com/kynan/nbstripout
38
- rev: 0.9.0
+ rev: 0.9.1
39
40
- id: nbstripout
0 commit comments