diff options
Diffstat (limited to 'pylama.ini')
-rw-r--r-- | pylama.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,10 +5,12 @@ linters = pylint,pycodestyle,pyflakes,mccabe max_line_length = 100 [pylama:pylint] +known_third_party=onaptests,onapsdk disable = fixme, logging-fstring-interpolation, logging-format-interpolation, + logging-not-lazy, consider-using-f-string, unused-argument, broad-exception-caught, |