Cleanup: exclude "./lib/" from pep8 checker

This commit is contained in:
Campbell Barton
2024-11-06 10:49:53 +11:00
parent 6ccbafc5dc
commit 4404885993

View File

@@ -22,7 +22,7 @@ import shutil
# how many lines to read into the file, pep8 comment
# should be directly after the license header, ~20 in most cases
SKIP_PREFIX = "./tools", "./config", "./extern"
SKIP_PREFIX = "./tools/", "./extern/", "./lib/"
SKIP_ADDONS = True
FORCE_PEP8_ALL = False