maint: Add additional linter-related pre-commit hooks (#3337)

* Add additional pygrep pre-commit hooks

* Remove useless noqas with hook

* Fix all single rst backticks

* Simplify mypy pre-commit hook with upstream fixes

* Add back missing comment

* Add one last pygrep hook
This commit is contained in:
Aaron Gokaslan
2021-10-08 08:38:04 -04:00
committed by GitHub
parent ed09664f06
commit f4c81e0877
16 changed files with 59 additions and 44 deletions

View File

@@ -1266,7 +1266,7 @@ Custom type setup
=================
For advanced use cases, such as enabling garbage collection support, you may
wish to directly manipulate the `PyHeapTypeObject` corresponding to a
wish to directly manipulate the ``PyHeapTypeObject`` corresponding to a
``py::class_`` definition.
You can do that using ``py::custom_type_setup``: