diff --git a/pyproject.toml b/pyproject.toml
index 1b47bb366..d59e7b8af 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -93,7 +93,7 @@ build-backend = "poetry.core.masonry.api"
[tool.ruff]
target-version = "py39"
lint.isort.split-on-trailing-comma = false
-lint.select = ["B", "D", "E", "F", "I", "SIM", "W", "RUF", "FURB"]
+lint.select = ["B", "D", "E", "F", "I", "SIM", "W", "RUF", "FURB", "ERA"]
lint.ignore = ["B008", "D205", "E501", "F403", "SIM115", "RUF006", "RUF012"]
lint.pydocstyle.convention = "google"
diff --git a/reflex/app.py b/reflex/app.py
index 6a17a56b6..3f981a6c3 100644
--- a/reflex/app.py
+++ b/reflex/app.py
@@ -965,7 +965,6 @@ class App(MiddlewareMixin, LifespanMixin):
def _submit_work(fn, *args, **kwargs):
f = executor.submit(fn, *args, **kwargs)
- # f = executor.apipe(fn, *args, **kwargs)
result_futures.append(f)
# Compile the pre-compiled pages.
diff --git a/reflex/components/component.py b/reflex/components/component.py
index 75a821ac8..fd7c93cbd 100644
--- a/reflex/components/component.py
+++ b/reflex/components/component.py
@@ -653,7 +653,6 @@ class Component(BaseComponent, ABC):
Returns:
The event triggers.
-
"""
default_triggers: Dict[str, types.ArgsSpec | Sequence[types.ArgsSpec]] = {
EventTriggers.ON_FOCUS: no_args_event_spec,
diff --git a/reflex/components/core/banner.pyi b/reflex/components/core/banner.pyi
index 3296b84ee..f44ee7992 100644
--- a/reflex/components/core/banner.pyi
+++ b/reflex/components/core/banner.pyi
@@ -321,7 +321,7 @@ class ConnectionPulser(Div):
"""Create a connection pulser component.
Args:
- access_key: Provides a hint for generating a keyboard shortcut for the current element.
+ access_key: Provides a hint for generating a keyboard shortcut for the current element.
auto_capitalize: Controls whether and how text input is automatically capitalized as it is entered/edited by the user.
content_editable: Indicates whether the element's content is editable.
context_menu: Defines the ID of a