diff --git a/pykern/pkcli/ci.py b/pykern/pkcli/ci.py index ecdc5afa..5cc02aff 100644 --- a/pykern/pkcli/ci.py +++ b/pykern/pkcli/ci.py @@ -19,7 +19,9 @@ #: static/js/ext is where Sirepo stores 3rd party library files _CHECK_FILES = PKDict( check_eof_newline=PKDict( - exclude_files=re.compile(r"/static/js/ext/|node_modules/|^run/|^tests/|^venv/"), + exclude_files=re.compile( + r"/static/js/ext/|/static/wp_en/|node_modules/|^run/|^tests/|^venv/" + ), include_files=re.compile(r"\.(html|jinja|js|json|md|py|tsx|yml)$"), ), check_main=PKDict(