1. 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
  2. 10 Jan, 2022 1 commit
  3. 08 Jan, 2022 1 commit
  4. 05 Jan, 2022 1 commit
  5. 01 Jan, 2022 1 commit
  6. 26 Dec, 2021 1 commit
  7. 24 Dec, 2021 1 commit
  8. 07 Dec, 2021 1 commit
  9. 04 Dec, 2021 1 commit
  10. 30 Nov, 2021 1 commit
  11. 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
  12. 28 Nov, 2021 3 commits
  13. 27 Nov, 2021 3 commits
  14. 23 Nov, 2021 3 commits
  15. 21 Nov, 2021 4 commits
  16. 20 Nov, 2021 2 commits
    • Add missing type hints - Part 2 (#4801) · 5c328a36
      * add typehints to tests.inspection
      
      * change several yield statements in fixtures to return
      
      * add typehints to tests.installation.test_chef, tests.installation.test_chooser, tests.installation.test_executor
      
      * add typehints to tests.installation.test_installer
      
      * add typehints to tests.installation.test_installer_old
      
      * add typehints to tests.installation.test_pip_installer
      
      * add typehints to tests.masonry
      
      * add typehints to tests.mixology
      
      * add typehints to tests.packages
      
      * add typehints to tests.plugins
      finswimmer committed
  17. 19 Nov, 2021 3 commits
    • chore: update cachecontrol to ^0.12.9 · f5cbba2b
      Resolves #4688
      Bjorn Neergaard committed
    • Add missing type hints - Part 1 (#4775) · f318f6f8
      * add missing type hints to application code
      
      * add typehints to tests.config, tests.console.commands.debug, tests.console.commands.env
      
      * add typehints to tests.console.commands.plugin
      
      * add typehints to tests.self
      
      * add typehints to tests.console.commands.source
      
      * add typehints to tests.console.commands.about
      
      * add typehints tests.console.commands.add
      
      * add typehints to tests.console.commands.test_cache
      
      * add typehints to tests.console.commands.test_check
      
      * add typehints to tests.console.commands.test_config
      
      * add typehints to tests.console.commands.test_export
      
      * add typehints to tests.console.commands.test_init
      
      * add typehints to tests.console.commands.test_install
      
      * add typehints to tests.console.commands.test_lock
      
      * add typehints to tests.console.commands.test_new
      
      * add typehints to tests.console.commands.test_publish
      
      * add typehints to tests.console.commands.test_remove
      
      * add typehints to tests.console.commands.test_run
      
      * add typehints to tests.console.commands.test_search
      
      * add typehints to tests.console.commands.test_show
      
      * add typehints to tests.console.commands.test_version
      
      * add typehints to tests.console.test_application
      
      * add typehints to tests.console.conftest
      
      * add typehints to tests.console.conftest
      
      * add python version constraint for typing-extension
      
      * fix type hint for http fixture
      finswimmer committed
  18. 18 Nov, 2021 2 commits
  19. 17 Nov, 2021 4 commits
  20. 16 Nov, 2021 5 commits