diff --git a/.hlint.yaml b/.hlint.yaml
index 477131f93759e2e8f7de35452b9e606369f4664e..bf9fd51af46b4395b6f9b657413041c8d024d146 100644
--- a/.hlint.yaml
+++ b/.hlint.yaml
@@ -70,6 +70,8 @@
 # - ignore: {name: Use let}
 # - ignore: {name: Use const, within: SpecialModule} # Only within certain modules
 
+- ignore: {name: Eta reduce}
+
 
 # Define some custom infix operators
 # - fixity: infixr 3 ~^#^~