Skip to content

Commit

Permalink
Add flake8 config, gitattributes to filter out notebooks output
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalChromcak committed Jun 30, 2020
1 parent 61344b4 commit 601f101
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 194 deletions.
5 changes: 5 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[flake8]
# ignore = E226,E302,E41
ignore = E402,F401,E501
exclude = tests/*,*eggs*
max-complexity = 10
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.ipynb filter=ipynb_strip
204 changes: 10 additions & 194 deletions docs/examples/tutorial/wrappers/01_wrappers_intro.ipynb

Large diffs are not rendered by default.

0 comments on commit 601f101

Please sign in to comment.