Skip to content

Commit 785a98f

Browse files
Merge pull request #28 from metadsl/graphviz
Add support for Graphviz and add Talk
2 parents 4339919 + 4040c02 commit 785a98f

29 files changed

+6216
-170
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
; https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
22
[flake8]
33
max-line-length = 88
4-
extend-ignore = E203,E501,F405,F403,E302,E305,F821,E301
4+
extend-ignore = E203,E501,F405,F403,E302,E305,F821,E301,E741

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@ TODO
7676
.dmypy.json
7777
*tmp*
7878
.envs
79+
80+
.ipynb_checkpoints

0 commit comments

Comments
 (0)