style: pre-commit fixes

This commit is contained in:
pre-commit-ci[bot] 2024-09-29 16:04:09 +00:00
parent efbd12c6a5
commit 655708f434
2 changed files with 29 additions and 29 deletions

View File

@ -2011,7 +2011,7 @@ inline str enum_name(handle arg) {
struct enum_base {
enum_base(const handle &base, const handle &parent) : m_base(base), m_parent(parent) {}
template<bool is_arithmetic, bool is_convertible>
template <bool is_arithmetic, bool is_convertible>
PYBIND11_NOINLINE void init() {
m_base.attr("__entries") = dict();
auto property = handle((PyObject *) &PyProperty_Type);