summaryrefslogtreecommitdiff
path: root/scripts/dev/run_pylint_on_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/run_pylint_on_tests.py')
-rw-r--r--scripts/dev/run_pylint_on_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/run_pylint_on_tests.py b/scripts/dev/run_pylint_on_tests.py
index d0385bd17..657f6ca33 100644
--- a/scripts/dev/run_pylint_on_tests.py
+++ b/scripts/dev/run_pylint_on_tests.py
@@ -70,7 +70,7 @@ def main():
args = [
'--disable={}'.format(','.join(disabled)),
- '--ignored-modules=helpers,pytest,PyQt5',
+ '--ignored-modules=helpers,pytest,PyQt6',
r'--ignore-long-lines=(<?https?://|^# Copyright 201\d)|^ *def [a-z]',
r'--method-rgx=[a-z_][A-Za-z0-9_]{1,100}$',
] + sys.argv[2:] + files