Skip to content

upgrade flake8 to 3.8.4 #36879 #36882

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

Merged
merged 1 commit into from
Oct 5, 2020
Merged

upgrade flake8 to 3.8.4 #36879 #36882

merged 1 commit into from
Oct 5, 2020

Conversation

Tazminia
Copy link
Contributor

@Tazminia Tazminia commented Oct 5, 2020

closes #36879

Here are the logs after the upgrade to 3.8.4:

(base) root@33d4c5d14a5b:/home/pandas-tazminia# pre-commit run flake8 --all
[INFO] Initializing environment for https://github.com/python/black.
[INFO] Initializing environment for https://gitlab.com/pycqa/flake8.
[INFO] Initializing environment for https://gitlab.com/pycqa/flake8:flake8-comprehensions>=3.1.0.
[INFO] Initializing environment for https://github.com/PyCQA/isort.
[INFO] Initializing environment for https://github.com/asottile/pyupgrade.
[INFO] Initializing environment for https://github.com/pre-commit/pygrep-hooks.
[INFO] Initializing environment for https://github.com/asottile/yesqa.
[INFO] Installing environment for https://gitlab.com/pycqa/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://gitlab.com/pycqa/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
flake8...................................................................Passed
flake8-pyx...............................................................Passed
flake8-pxd...............................................................Passed

@Tazminia
Copy link
Contributor Author

Tazminia commented Oct 5, 2020

This resolves #36879

@MarcoGorelli
Copy link
Member

Thanks @Tazminia ! pre-commit is the only CI check affected by this change, and that passes, so am merging

isort can probably also be upgraded if you fancy doing that

@MarcoGorelli MarcoGorelli merged commit cc22f91 into pandas-dev:master Oct 5, 2020
@MarcoGorelli MarcoGorelli added this to the 1.2 milestone Oct 5, 2020
@MarcoGorelli MarcoGorelli added the Code Style Code style, linting, code_checks label Oct 5, 2020
@Tazminia
Copy link
Contributor Author

Tazminia commented Oct 5, 2020

@MarcoGorelli, yeah I could do so, should I upgrade it to the latest available version ?
Also, do you have any idea why this PR did not count on my hacktoberfest profile? all other PRs I have done so far counted.

@MarcoGorelli
Copy link
Member

MarcoGorelli commented Oct 5, 2020

we've not yet decided whether to take part in hacktoberfest

Yes - actually, there's a built-in pre-commit command you can run, pre-commit autoupdate

@MarcoGorelli
Copy link
Member

re hacktoberfest - in the end we're marking individual PRs as accepted, so have done so here

jbrockmendel pushed a commit to jbrockmendel/pandas that referenced this pull request Oct 13, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Style Code style, linting, code_checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update flake8 to 3.8.4 in pre-commit-config.yaml
2 participants