Skip to content

Commit 78e0e38

Browse files
committed
add notebooks
1 parent 6ecbd0d commit 78e0e38

6 files changed

Lines changed: 3617 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v5.0.0
4+
hooks:
5+
- id: trailing-whitespace
6+
- id: end-of-file-fixer
7+
- id: check-yaml
8+
- id: check-added-large-files
9+
- repo: https://github.com/psf/black
10+
rev: 22.10.0
11+
hooks:
12+
- id: black
13+
14+
15+
- repo: https://github.com/kynan/nbstripout
16+
rev: 0.8.1
17+
hooks:
18+
- id: nbstripout

contrib/trace_analysis/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
figures/

0 commit comments

Comments
 (0)