Fix pre-commit CI (#2191)

This commit is contained in:
Roman Yurchak 2022-02-19 09:33:49 +01:00 committed by GitHub
parent 41b6db1bab
commit c11fabc479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ sphinx-issues==2.0.0
sphinx-js==3.1
sphinx-version-warning~=1.1.2
sphinx-panels
markupsafe<2.1.0
markupsafe<2.1.0

View File

@ -21,4 +21,4 @@ throw_exc(int x)
} else {
throw "abc";
}
}
}

View File

@ -10,4 +10,4 @@ extern "C"
const std::type_info* exc_type() { return &typeid(exception); }
const char* exc_typename(std::type_info* type) { return type->name(); }
}
}