From e76cdab6dd77bad411e6ac9372ee527aff89ef17 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 2 Jan 2021 10:15:39 +0100 Subject: Update pybind11 to version 2.6.1 --- 3rdparty/pybind11/.clang-tidy | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3rdparty/pybind11/.clang-tidy (limited to '3rdparty/pybind11/.clang-tidy') diff --git a/3rdparty/pybind11/.clang-tidy b/3rdparty/pybind11/.clang-tidy new file mode 100644 index 00000000..e29d9298 --- /dev/null +++ b/3rdparty/pybind11/.clang-tidy @@ -0,0 +1,13 @@ +FormatStyle: file + +Checks: ' +llvm-namespace-comment, +modernize-use-override, +readability-container-size-empty, +modernize-use-using, +modernize-use-equals-default, +modernize-use-auto, +modernize-use-emplace, +' + +HeaderFilterRegex: 'pybind11/.*h' -- cgit v1.2.3