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

build(isort): install with poetry #759

Merged
merged 1 commit into from Aug 28, 2022
Merged

build(isort): install with poetry #759

merged 1 commit into from Aug 28, 2022

Commits on Aug 28, 2022

  1. build(isort): install with poetry

    pre-commit started failing with:
    
    ```
    [INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
    [INFO] Once installed this environment will be reused.
    [INFO] This may take a few minutes...
    An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment
    
    more info:
    
    virtualenv python version did not match created version:
    - actual version: 3.10.6.final.0
    - expected version: 3.10.4.final.0
    ```
    
    Quick fix while #696 gets on track.
    
    Sadly I had to rollback #752 due to PyCQA/isort#1945.
    yajo committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    346ddac View commit details
    Browse the repository at this point in the history