Tools: exclude ./lib/ from deprecation checker

This commit is contained in:
Campbell Barton
2024-09-23 11:43:35 +10:00
parent 7feccafbb0
commit a4f99f41a7

View File

@@ -24,7 +24,7 @@ from os.path import splitext
SKIP_DIRS = (
"extern",
# Not this directory.
"lib",
"tests",
)