Skip to content

Use more flexible language_version: python3 #3839

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
Aug 20, 2018
Merged

Use more flexible language_version: python3 #3839

merged 1 commit into from
Aug 20, 2018

Conversation

asottile
Copy link
Member

More and more are hitting this now that brew moved to python3.7. Here's a few reports:

Note that this is what upstream black does in their configuration: psf/black#430

@@ -5,13 +5,13 @@ repos:
hooks:
- id: black
args: [--safe, --quiet]
language_version: python3.6
language_version: python3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they haven't tagged a release with the changed value

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see, then lets have a followup issue to sort out once they do ^^

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 92.597% when pulling 4de247c on asottile:more_flexible into 308d789 on pytest-dev:master.

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

Successfully merging this pull request may close these issues.

4 participants