1. 03 May, 2022 1 commit
    • more typechecking (#5485) · 3d6ffced
      clean up errors revealed by having a py.typed in poetry-core and running mypy in a proper environment
      
      * more typechecking
      
      * remove remaining `FooTypes` type annotations
      
      just use the appropriate base class, no need for the extra complexity
      
      * typecheck a couple more files
      
      * more typechecking fixes
      
      * more typechecking
      
      * more typechecking
      
      * tweak typing to appease pre-commit
      
      * further mixology fixes
      
      * consistency in repository package-finding
      
      signal failure with `PackageNotFound`, rather than by returning None
      
      * typechecking vcs.git.backend
      David Hotham committed
  2. 02 May, 2022 5 commits
  3. 01 May, 2022 1 commit
  4. 30 Apr, 2022 1 commit
  5. 29 Apr, 2022 3 commits
  6. 28 Apr, 2022 1 commit
  7. 27 Apr, 2022 7 commits
  8. 26 Apr, 2022 8 commits
  9. 25 Apr, 2022 2 commits
  10. 16 Apr, 2022 9 commits
  11. 14 Apr, 2022 1 commit
    • Add cert retrieval for requests (#5320) · 819d6d4b
      * Add cert retrieval for requests
      
      The authenticator.py code already retrieves credentials from the config
      for every request based on url matching. This change makes the
      authenticator also retrieve certs from the config for each request based
      on url matching.
      
      Also includes unit tests.
      
      Co-authored-by: Tucker Beck <tucker.beck@gmail.com>
      Kyle Finley committed
  12. 12 Apr, 2022 1 commit