Skip to content
Snippets Groups Projects
  1. Dec 20, 2023
  2. Jul 20, 2023
  3. Jun 27, 2023
  4. Mar 27, 2023
  5. Jan 16, 2023
    • Nicola Soranzo's avatar
      Add linting with ruff · 7fee8160
      Nicola Soranzo authored
      ruff (https://github.com/charliermarsh/ruff) is a new and extremely fast
      Python linter, written in Rust.
      Ruff can be used to replace Flake8 (plus a variety of plugins), isort,
      pydocstyle, yesqa, eradicate, pyupgrade, and autoflake.
      Here ruff is added to our current linters (flake8, flake8-bugbear and isort)
      while we assess its reliability.
      I've not enabled the isort rules because many of the options we use are not
      implemented yet. I have instead enabled the pyupgrade rules (a tool which I
      run manually every few months).
      
      Also:
      - Fix new linting errors reported by ruff.
  6. Aug 28, 2022
  7. Aug 24, 2022
  8. May 25, 2022
  9. Feb 03, 2022
  10. Jan 18, 2021
  11. Nov 17, 2020
  12. Oct 21, 2020
  13. Jul 06, 2020
  14. Apr 20, 2020
  15. Feb 04, 2020
  16. Feb 03, 2020
    • Nicola Soranzo's avatar
      Update CONTRIBUTING.md · 15a797c3
      Nicola Soranzo authored
      - Update links
      - Replace disappeared "Try Git" tutorial with Software Carpentry's one
      - Include Python style guidelines and testing instructions from the Hub
      15a797c3
  17. Jul 05, 2019
  18. Mar 28, 2018
  19. May 16, 2017
  20. Apr 01, 2017
  21. Feb 10, 2017
    • John Chilton's avatar
      Align architecture slides with training-material remarkjs template. · a79ae2a8
      John Chilton authored
      - Copy over the training material style CSS template and add to it only what is needed.
      - Cleanup style and layout handling in architecture slides markdown.
      - Update generated images for white background.
      - Small updates in content to architecture for recent changes (and CONTRIBUTING.md linked to from slides).
      a79ae2a8
  22. Oct 15, 2015
  23. Oct 13, 2015
  24. Sep 07, 2015
  25. Aug 07, 2015
Loading