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

Support flake8 4.0.0 #122

Closed
dycw opened this issue Oct 11, 2021 · 1 comment
Closed

Support flake8 4.0.0 #122

dycw opened this issue Oct 11, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@dycw
Copy link

dycw commented Oct 11, 2021

Describe the bug
flake8 4.0.0 was released earlier today (2021-10-11), and I noticed this is one of several plugins not supporting 4.0.0. This should be updated.

Discovered whilst updating pre-commit hooks:

stderr:
      DEPRECATION: A future pip version will change local packages to be built in-place without first copyin
g to a temporary directory. We recommend you use --use-feature=in-tree-build to test your packages with this
 new behavior before it becomes the default.
       pip 21.3 will remove support for this functionality. You can find discussion regarding this at https:
//github.com/pypa/pip/issues/7555.
    ERROR: Cannot install flake8 4.0.0 (from /home/wande/.cache/pre-commit/repo1s37k6t_), flake8-absolute-im
port==1.0, flake8-annotations==1.0.0, flake8-annotations==1.1.0, flake8-annotations==1.1.1, flake8-annotatio
ns==1.1.2, flake8-annotations==1.1.3, flake8-annotations==1.2.0, flake8-annotations==2.0.0, flake8-annotatio
ns==2.0.1, flake8-annotations==2.1.0, flake8-annotations==2.2.1, flake8-annotations==2.3.0, flake8-annotatio
ns==2.4.0, flake8-annotations==2.4.1, flake8-annotations==2.5.0, flake8-annotations==2.6.0, flake8-annotatio
ns==2.6.1 and flake8-annotations==2.6.2 because these package versions have conflicting dependencies.
    ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting
-dependencies

To Reproduce
Minimal code example to reproduce the behavior:

python3 -m venv flake8-annotations
cd flake8-annotations/
source bin/activate                               
pip install flake8==4 flake8-annotations
@dycw dycw added the bug Something isn't working label Oct 11, 2021
@sco1 sco1 added enhancement New feature or request and removed bug Something isn't working labels Oct 11, 2021
@sco1 sco1 added this to the v2.7.0 milestone Oct 11, 2021
@sco1 sco1 closed this as completed in d81389a Oct 11, 2021
@sco1
Copy link
Owner

sco1 commented Oct 11, 2021

Should just be a spec bump, will have a release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants