Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 15d0a5f

Browse files
committed
chore: apply black profile to isort config
1 parent a4cb526 commit 15d0a5f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

python/.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[settings]
2+
profile = black

python/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ analyse-fallback-blocks=no
2121
# A comma-separated list of package or module names from where C extensions may
2222
# be loaded. Extensions are loading into the active Python interpreter and may
2323
# run arbitrary code.
24-
extension-pkg-allow-list=
24+
extension-pkg-allow-list=PySide6,PyQt6,PySide2,PyQt5
2525

2626
# A comma-separated list of package or module names from where C extensions may
2727
# be loaded. Extensions are loading into the active Python interpreter and may

0 commit comments

Comments
 (0)