Vauxoo / pylint-conf

Este proyecto se manejará el estándar de configuración de pylint versionado
GNU Lesser General Public License v3.0
0 stars 17 forks source link

[REF] pylint.cfg: Disable keyword-arg-before-vararg #72

Closed moylop260 closed 3 years ago

moylop260 commented 3 years ago

it raises error for def method(self, kw1, *args, **kwargs) but we like using kw1 as the first one even if it is not set as kw1=something