Skip to content

Commit

Permalink
.pylintrc: add PySide6 and PyQt6 in whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Jun 25, 2024
1 parent c58d61e commit 7fbf7d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ init-hook='import sys; sys.path.append("/usr/lib/freecad/lib"); sys.path.append(
# paths.
ignore=CVS


# Python version
# 2024-02-15: we target 3.8, same as FreeCAD 0.21
py-version=3.8
Expand All @@ -39,6 +40,9 @@ unsafe-load-any-extension=no
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-allow-list=PySide2,
PySide6,
PyQt5,
PyQt6,
PySide,
FreeCAD,
FreeCADGui,
Expand Down

0 comments on commit 7fbf7d9

Please sign in to comment.