You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/23 13:45:47 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #10494: Make configuration.py Pylint compatible

mik-laj commented on a change in pull request #10494:
URL: https://github.com/apache/airflow/pull/10494#discussion_r475221592



##########
File path: airflow/configuration.py
##########
@@ -878,7 +929,8 @@ def as_dict(*args, **kwargs):   # noqa: D103
     return conf.as_dict(*args, **kwargs)
 
 
-def set(*args, **kwargs):   # noqa: D103
+def set(*args, **kwargs):

Review comment:
       > airflow/configuration.py:932:0: W0622: Redefining built-in 'set' (redefined-builtin)
   
   Still error here.




----------------------------------------------------------------
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:
users@infra.apache.org