| [codespell] |
| skip = .git,*-changelog.rst,*-notes.rst,LICENSE_win32.txt,f2c_lapack.c,f2c_blas.c,f2c_c_lapack.c,f2c_d_lapack.c,f2c_s_lapack.c,f2c_z_lapack.c |
| ignore-words-list = inout,dedented,nd,nin,asign |
| |
| # See the docstring in versioneer.py for instructions. Note that you must |
| # re-run 'versioneer.py setup' after changing this section, and commit the |
| # resulting files. |
| |
| [versioneer] |
| VCS = git |
| style = pep440 |
| versionfile_source = numpy/_version.py |
| versionfile_build = numpy/_version.py |
| tag_prefix = v |
| parentdir_prefix = numpy- |