История коммитов

Автор SHA1 Сообщение Дата
  Bastian Blank 34d63b51d1 Fix E231: Missing whitespace after ',', ';', or ':' 7 лет назад
  Bastian Blank a5de3553eb Fix E704: Multiple statements on one line (def) 7 лет назад
  Bastian Blank a0c7b660d6 Fix E115: Expected an indented block (comment) 7 лет назад
  Bastian Blank 5744bfce04 Fix E502: The backslash is redundant between brackets 7 лет назад
  Bastian Blank d20961d056 Fix E272: Multiple spaces before keyword 7 лет назад
  Bastian Blank 3ac481e688 Fix E228: Missing whitespace around modulo operator 7 лет назад
  Bastian Blank 9a2077242f Fix E227: Missing whitespace around bitwise or shift operator 7 лет назад
  Bastian Blank 4544378f72 Fix E226: Missing whitespace around arithmetic operator 7 лет назад
  Bastian Blank 903e5be198 Fix E225: Missing whitespace around operator 7 лет назад
  Bastian Blank e7e0e75415 Fix E222: Multiple spaces after operator 7 лет назад
  Bastian Blank 3797103cab Fix E221: Multiple spaces before operator 7 лет назад
  Bastian Blank a53cdc3717 Fix E203: Whitespace before ':' 7 лет назад
  Bastian Blank d12d198ba7 Fix E202: Whitespace before ')' 7 лет назад
  Bastian Blank 681c3f4b26 Fix E201: Whitespace after '(' 7 лет назад
  Bastian Blank b8c6b018f4 Fix E703: Statement ends with a semicolon 7 лет назад
  Bastian Blank e3239e7309 Fix E121: Continuation line under-indented for hanging indent 7 лет назад
  Bastian Blank 14a31f101d Fix E713: Test for membership should be 'not in' 7 лет назад
  Bastian Blank 51941af0a4 Fix E303: Too many blank lines 7 лет назад
  Bastian Blank c39222d97f Fix F811: Redefinition of unused name from line n 7 лет назад
  Bastian Blank b56af53b07 Fix F402: Import module from line n shadowed by loop variable 7 лет назад
  Bastian Blank 32343595ab Fix E302: Expected 2 blank lines, found 0 7 лет назад
  Bastian Blank 2dfe976768 Fix E301: Expected 1 blank line, found 0 7 лет назад
  Bastian Blank 591d5ce4fa Fix E271: Multiple spaces after keyword 7 лет назад
  Bastian Blank 2516a7a6a6 Fix E101: Indentation contains mixed spaces and tabs 7 лет назад
  Bastian Blank 36ad0afed8 Fix E211: Whitespace before '(' 7 лет назад
  Bastian Blank cfaf4312fc Fix E712: Comparison to true should be 'if cond is true:' or 'if cond:' 7 лет назад
  Bastian Blank 5b08e57be0 Fix E251: Unexpected spaces around keyword / parameter equals 7 лет назад
  Bastian Blank 2bf7eca49b Fix E701: Multiple statements on one line (colon) 7 лет назад
  Bastian Blank 5cbb8b83d3 Fix E401: Multiple imports on one line 7 лет назад
  Bastian Blank 8a1008cee3 Fix E711: Comparison to none should be 'if cond is none:' 7 лет назад