Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eta
gajim
Commits
bb30fb7b
Commit
bb30fb7b
authored
15 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
fix line width and some warning from pylint
parent
c887a92b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/dev/run-pylint.py
+1
-1
1 addition, 1 deletion
scripts/dev/run-pylint.py
src/gui_interface.py
+487
-384
487 additions, 384 deletions
src/gui_interface.py
with
488 additions
and
385 deletions
scripts/dev/run-pylint.py
+
1
−
1
View file @
bb30fb7b
...
...
@@ -7,5 +7,5 @@ import sys
if
os
.
getcwd
().
endswith
(
'
dev
'
):
os
.
chdir
(
'
../../src/
'
)
# we were in scripts/dev
os
.
system
(
"
pylint --additional-builtins=
'
_
'
--disable-msg=C01
11
,C01
03,C01
11,
C
01
1
2 --disable-checker=design
"
+
""
.
join
(
sys
.
argv
[
1
:]))
os
.
system
(
"
pylint
--include-ids=y
--additional-builtins=
'
_
'
--disable-msg=C01
03
,C01
11,W0703,W05
11,
W
01
4
2 --disable-checker=design
"
+
""
.
join
(
sys
.
argv
[
1
:]))
This diff is collapsed.
Click to expand it.
src/gui_interface.py
+
487
−
384
View file @
bb30fb7b
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment