1. 19 Oct, 2021 3 commits
  2. 18 Oct, 2021 6 commits
  3. 15 Oct, 2021 3 commits
  4. 14 Oct, 2021 1 commit
  5. 13 Oct, 2021 2 commits
  6. 12 Oct, 2021 2 commits
  7. 11 Oct, 2021 1 commit
  8. 08 Oct, 2021 3 commits
  9. 07 Oct, 2021 7 commits
  10. 06 Oct, 2021 4 commits
  11. 05 Oct, 2021 6 commits
  12. 04 Oct, 2021 2 commits
    • Nicolas Hug's avatar
      Fix all outstanding flake8 issues (#4535) · b81d189d
      Nicolas Hug authored
      b81d189d
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97