Skip to content
Snippets Groups Projects
  1. Mar 03, 2021
  2. Feb 16, 2021
  3. Jan 26, 2021
  4. Jan 20, 2021
  5. Oct 27, 2020
  6. Oct 21, 2020
  7. Oct 20, 2020
  8. Oct 15, 2020
    • Andrew Morgan's avatar
      Add option to scripts-dev/lint.sh to only lint files changed since the last git commit (#8472) · 654e239b
      Andrew Morgan authored
      This PR makes several changes to the `./scripts-dev/lint.sh` script, which lints the codebase with a number of tools:
      
      * Adds usage information, with `-h` flag to show it. Otherwise it will show when providing an unknown flag.
      * Adds option `-d` which will check both staged and unstaged files that have changed since the last commit and add them to the list of files to lint.
        - Note that only files without an extension, or with a `.py` extension will be allowed. This prevents editing bash scripts causing the linters to break on non-python files.
      * Improves the print-out of which files/directories are being linted. 
      654e239b
  9. Sep 23, 2020
  10. Jun 01, 2020
  11. Jun 20, 2019
  12. Jun 12, 2019
    • Amber Brown's avatar
      Remove Python 2.7 support. (#5425) · 09e9a26b
      Amber Brown authored
      * remove 2.7 from CI and publishing
      
      * fill out classifiers and also make it not be installed on 3.5
      
      * some minor bumps so that the old deps work on python 3.5
      09e9a26b
  13. Apr 16, 2019
  14. Dec 21, 2018
  15. Oct 21, 2018
  16. Dec 09, 2016
  17. Jan 07, 2016
  18. Sep 04, 2015
  19. Aug 26, 2015
  20. Aug 25, 2015
  21. Aug 12, 2015
  22. Jun 15, 2015
  23. May 06, 2015
  24. Mar 19, 2015
  25. Mar 13, 2015
  26. Feb 10, 2015
  27. Feb 04, 2015
  28. Feb 02, 2015
  29. Jan 30, 2015
Loading