juergbi commented on code in PR #1934: URL: https://github.com/apache/buildstream/pull/1934#discussion_r1685031775
########## .pylintrc: ########## @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -[MASTER] +[MAIN] Review Comment: The pylint 3.0 release notes state "Following a deprecation period, it's no longer possible to use MASTER or master as configuration section in setup.cfg or tox.ini". It seems that the section name in `.pylintrc` might actually be ignored, but the 3.x documentation exclusively mentions `MAIN`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
