Skip to content
Snippets Groups Projects
  1. May 14, 2018
  2. May 10, 2018
  3. May 08, 2018
  4. May 06, 2018
  5. May 05, 2018
  6. May 04, 2018
  7. Feb 17, 2018
  8. Feb 14, 2018
  9. Jan 08, 2018
  10. Jan 03, 2018
  11. Jan 02, 2018
  12. Dec 31, 2017
  13. Dec 30, 2017
  14. Dec 29, 2017
    • Saif Hakim's avatar
      Add configurable list of classmethod / staticmethod decorators · 08403da8
      Saif Hakim authored
      - Added support for parsing CLI-style flake8-config parameters in tests
        using flake8_polyfill (has a stable API which flake8>=3 lacks)
      - Removed support for multiple `codes` in testcases (unused)
      - Clean up incorrect usage of default which caused redundant work in
        parse_options for ignore_names
      
      Fixes #38
      08403da8
  15. Dec 28, 2017
  16. Oct 23, 2017
  17. Jul 29, 2017
  18. Jul 28, 2017
    • Matthias Bussonnier's avatar
      Correct N804/N805 for __init_subclass__ · dfad62ca
      Matthias Bussonnier authored
      According to pep 0487, the `__init_subclass__` method is implicitly
      considered a classmethod. Thus it should be considered as an exception
      of N804/N805 (first argument should be named self/cls). This is already
      implemented for `__new__` so extend using the same logic.
      dfad62ca
  19. Jun 09, 2017
  20. Jan 28, 2017
  21. Nov 21, 2016
  22. Oct 26, 2016
Loading