Skip to content

Commit 7398980

Browse files
Ignore mypy errors (#858)
1 parent 0fc5f00 commit 7398980

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ repos:
7474
| advanced/advanced_numpy/examples/mandelplot\.py$
7575
| intro/numpy/solutions/2_5_markov_chain\.py$
7676
| intro/matplotlib/examples/plot_bar\.py$
77+
| advanced/advanced_numpy/examples/stride-diagonals-answer\.py$
78+
| packages/statistics/examples/plot_airfare\.py$
79+
| advanced/image_processing/examples/plot_spectral_clustering\.py$
80+
| packages/statistics/examples/plot_regression_3d\.py$
7781
)
7882
7983
- repo: https://github.com/codespell-project/codespell

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ exclude = '''
2727
| advanced/advanced_numpy/examples/mandelplot\.py$
2828
| intro/numpy/solutions/2_5_markov_chain\.py$
2929
| intro/matplotlib/examples/plot_bar\.py$
30+
| advanced/advanced_numpy/examples/stride-diagonals-answer\.py$
31+
| packages/statistics/examples/plot_airfare\.py$
32+
| advanced/image_processing/examples/plot_spectral_clustering\.py$
33+
| packages/statistics/examples/plot_regression_3d\.py$
3034
)
3135
'''
3236
# intro/numpy/solutions/2_5_markov_chain.py -> https://github.com/numpy/numpy/issues/27957

0 commit comments

Comments
 (0)