diff --git a/.clang-tidy b/.clang-tidy
index ea98d7285ddfb3ac1349242a4deec122fd107cbf..e10b7cce9cf6d53e1305d3035a449a142ab0591d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,9 +1,8 @@
 # TODO: add the following check families:
-# - performance-*
 # - bugprone-*
 # - cppcoreguidelines-
 
 # NB: as of clang-tidy 16, we get several false positives inside boost, notably this one:
 #  https://github.com/llvm/llvm-project/issues/40486
 
-Checks: 'modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'
+Checks: 'performance-*,modernize-*,-modernize-use-trailing-return-type,-clang-diagnostic-unqualified-std-cast-call'