diff --git a/.run_checks b/.run_checks index c4365275d..ad0cf1b96 100644 --- a/.run_checks +++ b/.run_checks @@ -13,6 +13,8 @@ exclude=test_.*,ez_setup [pylint] args=--output-format=colorized,--reports=no,--rcfile=.pylintrc plugins=config,crlf,modeline,settrace,openencoding +exclude=resources.py [flake8] args=--config=.flake8 +exclude=resources.py