all caps as final always
diff --git a/crates/pyrefly_config/src/config.rs b/crates/pyrefly_config/src/config.rs
index c7d7371..b618bc1 100644
--- a/crates/pyrefly_config/src/config.rs
+++ b/crates/pyrefly_config/src/config.rs
@@ -1099,7 +1099,7 @@
     }
 
     pub fn treat_all_caps_as_final(&self, _: &Path) -> bool {
-        false
+        true
     }
 
     pub fn enabled_ignores(&self, path: &Path) -> &SmallSet<Tool> {