-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flake8 config, gitattributes to filter out notebooks output
- Loading branch information
1 parent
61344b4
commit 601f101
Showing
3 changed files
with
16 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.ipynb filter=ipynb_strip |
204 changes: 10 additions & 194 deletions
204
docs/examples/tutorial/wrappers/01_wrappers_intro.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.