Closed Anurag-Nagpal closed 1 year ago
Kindly take a look at CONTRIBUTING.md.
Please describe the purpose of this pull request. Reference and link to any relevant issues or pull requests.
$ pre-commit run --all-files
$ nox -s lint
$ pytest
$ nox -s tests
$ cd docs; make clean; make html
$ nox -s docs
$ xdoctest ./src/vector
$ nox -s doctests
Description
Kindly take a look at CONTRIBUTING.md.
Please describe the purpose of this pull request. Reference and link to any relevant issues or pull requests.
Checklist
$ pre-commit run --all-files
or$ nox -s lint
)$ pytest
or$ nox -s tests
)$ cd docs; make clean; make html
or$ nox -s docs
)$ xdoctest ./src/vector
or$ nox -s doctests
)Before Merging