Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add poetry as pre-commit hook #2511

Merged
merged 31 commits into from
Nov 29, 2021

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    18443e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    691c250 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42deba2 View commit details
    Browse the repository at this point in the history
  4. fixed linting issues

    Cielquan committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    c41384e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0538b80 View commit details
    Browse the repository at this point in the history
  6. fixed typo in cli.md

    Cielquan committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7dac12d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66f2d2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d466aa2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    100ce8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31d5b4e View commit details
    Browse the repository at this point in the history
  11. fixed linting issues in docs

    Cielquan committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    74a5e11 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2020

  1. Configuration menu
    Copy the full SHA
    006d43d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    5ac36ba View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Configuration menu
    Copy the full SHA
    a570e84 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/pre-commit-hooks

    * master:
      Fix documentation relative reference
      Reorganize documentation
      replace f-string in get-poetry by `.format()` for python2 compatibility
      installer: fix upgrade support check on scm version (python-poetry#4126)
      doc: add warning for self update breakages
      install-poetry: add warning for < 1.2.0a1
      get-poetry: disallow installation of >= 1.2.0a1
      Bump version to 1.2.0a1
      Update dependencies
      Fix self update command tests
      Improve `self update` following the introduction of install-poetry.py
      Ensure we don't pick up Poetry's virtualenv as the system env
    Cielquan committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    3cd355f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c5ccda View commit details
    Browse the repository at this point in the history
  4. remove readded mkdocs.yml

    Cielquan committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    6c2db9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdb12c1 View commit details
    Browse the repository at this point in the history
  6. add 'files' constraint to pre-commit hooks

    This will reduce the workload for pre-commit on commits not changing files the hooks are checking.
    
    Thanks @graingert for pointing at the issue and @asottile futher clarification.
    See discussion on PR python-poetry#2511.
    Cielquan committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    9a479f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    c5a59a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Update docs/pre-commit-hooks.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    33576c6 View commit details
    Browse the repository at this point in the history
  2. Update docs/pre-commit-hooks.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    7d1a99c View commit details
    Browse the repository at this point in the history
  3. Update docs/pre-commit-hooks.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    fd36526 View commit details
    Browse the repository at this point in the history
  4. Update docs/pre-commit-hooks.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e550c53 View commit details
    Browse the repository at this point in the history
  5. Update docs/pre-commit-hooks.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    4b38d72 View commit details
    Browse the repository at this point in the history
  6. Update docs/cli.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    f317b2d View commit details
    Browse the repository at this point in the history
  7. Update docs/pre-commit-hooks.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bd41232 View commit details
    Browse the repository at this point in the history
  8. Update docs/cli.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    847d95b View commit details
    Browse the repository at this point in the history
  9. Update docs/cli.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    01696db View commit details
    Browse the repository at this point in the history
  10. Update docs/pre-commit-hooks.md

    Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
    Cielquan and neersighted committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e9816c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0152439 View commit details
    Browse the repository at this point in the history