Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix E251: Unexpected spaces around keyword / parameter equals
· 5b08e57b
Bastian Blank
authored
May 19, 2018
and
Joerg Jaspert
committed
May 19, 2018
5b08e57b
Merge branch 'fix-E251' into 'master'
· 202b0299
Joerg Jaspert
authored
May 19, 2018
Fix E251: Unexpected spaces around keyword / parameter equals See merge request
!40
202b0299
Show whitespace changes
Inline
Side-by-side
dak/admin.py
View file @
202b0299
dak/bts_categorize.py
View file @
202b0299
dak/contents.py
View file @
202b0299
dak/control_suite.py
View file @
202b0299
dak/copy_installer.py
View file @
202b0299
dak/dominate.py
View file @
202b0299
dak/examine_package.py
View file @
202b0299
dak/external_overrides.py
View file @
202b0299
dak/generate_index_diffs.py
View file @
202b0299
dak/import.py
View file @
202b0299
daklib/changes.py
View file @
202b0299
daklib/contents.py
View file @
202b0299
daklib/cruft.py
View file @
202b0299
daklib/dbconn.py
View file @
202b0299
daklib/policy.py
View file @
202b0299
daklib/queue.py
View file @
202b0299
daklib/upload.py
View file @
202b0299
daklib/utils.py
View file @
202b0299
scripts/debian/dep11-basic-validate.py
View file @
202b0299
setup.cfg
View file @
202b0299
...
...
@@ -30,7 +30,6 @@ ignore =
E228,
E231,
E241,
E251,
E261,
E265,
E266,
...
...
Prev
1
2
Next