Skip to content

Commit 7fbf7d9

Browse files
committedJun 25, 2024
.pylintrc: add PySide6 and PyQt6 in whitelist
1 parent c58d61e commit 7fbf7d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.pylintrc

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ init-hook='import sys; sys.path.append("/usr/lib/freecad/lib"); sys.path.append(
1313
# paths.
1414
ignore=CVS
1515

16+
1617
# Python version
1718
# 2024-02-15: we target 3.8, same as FreeCAD 0.21
1819
py-version=3.8
@@ -39,6 +40,9 @@ unsafe-load-any-extension=no
3940
# be loaded. Extensions are loading into the active Python interpreter and may
4041
# run arbitrary code
4142
extension-pkg-allow-list=PySide2,
43+
PySide6,
44+
PyQt5,
45+
PyQt6,
4246
PySide,
4347
FreeCAD,
4448
FreeCADGui,

0 commit comments

Comments
 (0)
Please sign in to comment.