Skip to content

Commit

Permalink
ignore linting old notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Sep 3, 2024
1 parent 9c4e697 commit 57c17f0
Show file tree
Hide file tree
Showing 8 changed files with 3,834 additions and 3,824 deletions.
624 changes: 312 additions & 312 deletions examples/notebooks/example-notebook-SVC.ipynb

Large diffs are not rendered by default.

1,854 changes: 927 additions & 927 deletions examples/notebooks/example-notebook-decisiontree.ipynb

Large diffs are not rendered by default.

1,500 changes: 750 additions & 750 deletions examples/notebooks/example-notebook-keras.ipynb

Large diffs are not rendered by default.

766 changes: 383 additions & 383 deletions examples/notebooks/example-notebook-randomforest.ipynb

Large diffs are not rendered by default.

1,010 changes: 505 additions & 505 deletions examples/risk_examples/python/attribute_inference_cancer.ipynb

Large diffs are not rendered by default.

514 changes: 257 additions & 257 deletions examples/risk_examples/python/instance_based_mimic.ipynb

Large diffs are not rendered by default.

1,380 changes: 690 additions & 690 deletions examples/risk_examples/python/membership_inference_cancer.ipynb

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ lint.select = [
"YTT", # flake8-2020
]

exclude = [
"**example-notebook-SVC.ipynb",
"**example-notebook-decisiontree.ipynb",
"**example-notebook-keras.ipynb",
"**example-notebook-randomforest.ipynb",
"**attribute_inference_cancer.ipynb",
"**instance_based_mimic.ipynb",
"**membership_inference_cancer.ipynb",
]

lint.ignore = [
"ANN101", # missing-type-self
"EM101", # raw-string-in-exception
Expand Down

0 comments on commit 57c17f0

Please sign in to comment.