Commits on Source (10)
-
Margarita Manterola authored
Also move the add_overrides function from dak/process_new.py to daklib/policy.py. Also run autopep8 on dbtest_archive.py and unify to using only single quotes.
-
Joerg Jaspert authored
Add a test to verify the NEW check. See merge request !60
-
-
-
-
-
-
-
Joerg Jaspert authored
Fix E221, E222, E225, E226, E227, E228 See merge request !61
-
Joerg Jaspert authored
* master: Fix E228: Missing whitespace around modulo operator Fix E227: Missing whitespace around bitwise or shift operator Fix E226: Missing whitespace around arithmetic operator Fix E225: Missing whitespace around operator Fix E222: Multiple spaces after operator Fix E221: Multiple spaces before operator Add a test to verify the NEW check.