Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
b62ad81a
Commit
b62ad81a
authored
Apr 09, 2021
by
Wolfgang Rohdewald
Browse files
pylint: assorted
parent
293a1e24
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/kdestub.py
View file @
b62ad81a
...
...
@@ -643,6 +643,8 @@ def KIcon(name=None): # pylint: disable=invalid-name
class
Action
(
QAction
):
"""helper for creation QAction"""
def
__init__
(
self
,
parent
,
name
,
icon
,
slot
=
None
,
shortcut
=
None
,
actionData
=
None
):
super
().
__init__
(
parent
)
if
icon
:
...
...
src/pylintrc
View file @
b62ad81a
...
...
@@ -298,3 +298,5 @@ max-module-lines=1300
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
indent-string=' '
extension-pkg-whitelist=sip
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment