diff --git a/.run_checks b/.run_checks index 070f920f1..808d5882f 100644 --- a/.run_checks +++ b/.run_checks @@ -13,7 +13,8 @@ exclude=test_.* [pylint] args=--output-format=colorized,--reports=no,--rcfile=.pylintrc plugins=config,crlf,modeline,settrace,openencoding -exclude=resources.py +# excluding command.py is a WORKAROUND for https://bitbucket.org/logilab/pylint/issue/395/horrible-performance-related-to-inspect +exclude=resources.py,command.py [flake8] args=--config=.flake8