diff --git a/python/lsst/pipe/base/connections.py b/python/lsst/pipe/base/connections.py index ab10d9380..1d9195c78 100644 --- a/python/lsst/pipe/base/connections.py +++ b/python/lsst/pipe/base/connections.py @@ -172,7 +172,7 @@ class PipelineTaskConnectionsMetaclass(type): See `inputs` for additional information. """ - def __prepare__(name, bases, **kwargs): # noqa: 805 + def __prepare__(name, bases, **kwargs): # noqa: N804 # Create an instance of our special dict to catch and track all # variables that are instances of connectionTypes.BaseConnection # Copy any existing connections from a parent class