Historial de Commits

Autor SHA1 Mensaje Fecha
  Stéphane Blondon a4858dc287 Fix E123 flakes8 error (closing bracket does not match indentation of opening bracket's line) hace 2 años
  Stephane Blondon 7400e2f7df Fix pyflakes E265 hace 4 años
  😸 be42136d99 flake8: we want line breaks before binary operators hace 4 años
  Ansgar Burchardt 2a841d0d9d silence warning "E731 do not assign a lambda expression, use a def" hace 5 años
  Ansgar Burchardt 549d4c9165 silence warning "E306 expected 1 blank line before a nested definition" hace 5 años
  Ansgar Burchardt a81eec2b57 silence warning "W391 blank line at end of file" hace 5 años
  Ansgar Burchardt 3ad52be526 silence warning "E999 SyntaxError: invalid syntax" hace 5 años
  Ansgar Burchardt 0bf4c90e93 silence warning "E305 expected 2 blank lines after class or function definition" hace 5 años
  Bastian Blank 34d63b51d1 Fix E231: Missing whitespace after ',', ';', or ':' hace 6 años
  Bastian Blank a5de3553eb Fix E704: Multiple statements on one line (def) hace 6 años
  Bastian Blank a0c7b660d6 Fix E115: Expected an indented block (comment) hace 6 años
  Bastian Blank 5744bfce04 Fix E502: The backslash is redundant between brackets hace 6 años
  Bastian Blank d20961d056 Fix E272: Multiple spaces before keyword hace 6 años
  Bastian Blank 3ac481e688 Fix E228: Missing whitespace around modulo operator hace 6 años
  Bastian Blank 9a2077242f Fix E227: Missing whitespace around bitwise or shift operator hace 6 años
  Bastian Blank 4544378f72 Fix E226: Missing whitespace around arithmetic operator hace 6 años
  Bastian Blank 903e5be198 Fix E225: Missing whitespace around operator hace 6 años
  Bastian Blank e7e0e75415 Fix E222: Multiple spaces after operator hace 6 años
  Bastian Blank 3797103cab Fix E221: Multiple spaces before operator hace 6 años
  Bastian Blank a53cdc3717 Fix E203: Whitespace before ':' hace 6 años
  Bastian Blank d12d198ba7 Fix E202: Whitespace before ')' hace 6 años
  Bastian Blank 681c3f4b26 Fix E201: Whitespace after '(' hace 6 años
  Bastian Blank b8c6b018f4 Fix E703: Statement ends with a semicolon hace 6 años
  Bastian Blank e3239e7309 Fix E121: Continuation line under-indented for hanging indent hace 6 años
  Bastian Blank 14a31f101d Fix E713: Test for membership should be 'not in' hace 6 años
  Bastian Blank 51941af0a4 Fix E303: Too many blank lines hace 6 años
  Bastian Blank c39222d97f Fix F811: Redefinition of unused name from line n hace 6 años
  Bastian Blank b56af53b07 Fix F402: Import module from line n shadowed by loop variable hace 6 años
  Bastian Blank 32343595ab Fix E302: Expected 2 blank lines, found 0 hace 6 años
  Bastian Blank 2dfe976768 Fix E301: Expected 1 blank line, found 0 hace 6 años