turbaszek commented on a change in pull request #10873:
URL: https://github.com/apache/airflow/pull/10873#discussion_r487580249



##########
File path: airflow/models/connection.py
##########
@@ -16,6 +16,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# pylint: disable=R0913

Review comment:
       > Would it be better to replace # pylint: disable=R0913 with #pylint: 
disable=too-many-arguments and add it at the end of the line class 
Connection(Base, LoggingMixin):
   
   That would be preferable as others will know what exactly is disabled 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to