style: pre-commit cleanup (#3111)

* style: disallow PyTest (should be pytest)

* style: cleanup spell checking a bit

* style: add a few items to the .gitignore
This commit is contained in:
Henry Schreiner
2021-07-14 16:49:13 -04:00
committed by GitHub
parent 7331d381af
commit cd061aeef1
4 changed files with 7 additions and 9 deletions

2
.gitignore vendored
View File

@@ -41,3 +41,5 @@ pybind11Targets.cmake
/.vscode
/pybind11/include/*
/pybind11/share/*
/docs/_build/*
.ipynb_checkpoints/