Skip to content
Snippets Groups Projects
  1. Apr 19, 2018
  2. Apr 12, 2018
  3. Apr 10, 2018
  4. Apr 09, 2018
  5. Apr 08, 2018
    • Adi Roiban's avatar
      Add variables so blank lines may be configures · 5d31e7ee
      Adi Roiban authored
      This adds some module level configuration points for users to define
      how many blank lines they want in their code. It paves the way for
      someone to develop a flake8 plugin to configure this in pycodestyle.
      
      Fixes #732
      5d31e7ee
  6. Apr 03, 2018
  7. Mar 24, 2018
    • Adi Roiban's avatar
      Finalize support for Python 3.7 · 368e62cb
      Adi Roiban authored
      Python 3.7 added a warning for a future feature of nested regular expressions. To avoid
      this warning we escape what is not a nested regex. This also keeps track of the `async`
      keyword and handles it appropriately.
      
      Closes gh-728 
      368e62cb
  8. Feb 17, 2018
  9. Feb 08, 2018
  10. Jan 24, 2018
  11. Jan 23, 2018
  12. Jan 19, 2018
  13. Jan 18, 2018
  14. Dec 28, 2017
  15. Dec 27, 2017
  16. Dec 16, 2017
  17. Dec 11, 2017
  18. Nov 18, 2017
  19. Oct 25, 2017
  20. Oct 24, 2017
  21. Oct 22, 2017
  22. Oct 18, 2017
  23. Oct 17, 2017
Loading