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

View File

@@ -315,7 +315,7 @@ function(pybind11_enable_warnings target_name)
endif()
endif()
# Needs to be readded since the ordering requires these to be after the ones above
# Needs to be re-added since the ordering requires these to be after the ones above
if(CMAKE_CXX_STANDARD
AND CMAKE_CXX_COMPILER_ID MATCHES "Clang"
AND PYTHON_VERSION VERSION_LESS 3.0)