1. 23 Jan, 2022 4 commits
  2. 22 Jan, 2022 3 commits
  3. 20 Jan, 2022 1 commit
  4. 17 Jan, 2022 15 commits
  5. 11 Jan, 2022 1 commit
    • Wrap long lines to comply with flake8 E501 (#4985) · ecb030e1
      * Update flake8 settings
      
      * Add poetry to isort namespace packages
      
      * Ignore flake8 E501 for long test names
      
      * Run automatic string formatting on tests
      
      * Run automatic string formatting on src
      
      * Fix typo "already exits"
      
      * Ignore long URLs, hashes, and paths
      
      * Fix in-line comments
      
      * Fix in-line comments in tests
      
      * Fix docstrings
      
      * Ignore misc
      
      * Fix f-strings in src
      
      * Fix f-strings in tests
      
      * Fix multi-line strings in src
      
      * Fix multi-line strings in tests
      
      * Fix some oddly autoformatted code
      
      * Replace some strings by multi-line strings
      
      * Revert namespace change
      
      * Add black string processing to pre-commit
      
      * Move black pre-commit config to pyproject.toml
      
      * Autoformat install scripts
      
      * Manual line wrapping for install scripts
      
      * Disable black formatting for expected strings
      
      * Replace strings by constant
      Stijn de Gooijer committed
  6. 10 Jan, 2022 1 commit
  7. 08 Jan, 2022 1 commit
  8. 05 Jan, 2022 1 commit
  9. 01 Jan, 2022 1 commit
  10. 26 Dec, 2021 1 commit
  11. 24 Dec, 2021 1 commit
  12. 07 Dec, 2021 1 commit
  13. 04 Dec, 2021 1 commit
  14. 30 Nov, 2021 1 commit
  15. 29 Nov, 2021 1 commit
    • Feature: Add poetry as pre-commit hook (#2511) · 2fa6c17a
      * add pre-commit hooks for check & lock
      * add pre-commit hook for export requirements.txt
      * add pre-commit hooks to docs
      * add pre-commit hook to check pre-commit-hooks.yaml file
      
      Thanks @graingert and @asottile for pointing out the `files` constraint.
      See discussion on #2511.
      
      Co-authored-by: Thomas Grainger <tagrain@gmail.com>
      Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
      Christian Riedel committed
  16. 28 Nov, 2021 3 commits
  17. 27 Nov, 2021 3 commits