Skip to content

Commit 85febac

Browse files
committed
update config
1 parent 1f57c18 commit 85febac

3 files changed

Lines changed: 3104 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ notebooks/cache/*
44
notebooks/data/*
55
notebooks/logs/*
66
notebooks/images/*
7-
uv.lock
87

98
# Compiled source
109
*.com

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.15.1
21+
rev: v0.15.20
2222
hooks:
2323
- id: ruff-check
2424
args: [--fix]
@@ -35,6 +35,6 @@ repos:
3535
quoted-strings: {quote-type: single, required: only-when-needed}}}
3636
3737
- repo: https://github.com/kynan/nbstripout
38-
rev: 0.9.0
38+
rev: 0.9.1
3939
hooks:
4040
- id: nbstripout

0 commit comments

Comments
 (0)