Skip to content

Remove language_version specification in black hooks #5611

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
Jul 16, 2019

Conversation

mxr
Copy link
Contributor

@mxr mxr commented Jul 16, 2019

Resolves #3840

  • Target the master branch for bug fixes, documentation updates and trivial changes.
  • Target the features branch for new features and removals/deprecations.
  • Include documentation when adding new features.
  • Include new tests or update existing tests when applicable.

Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:

  • Create a new changelog file in the changelog folder, with a name like <ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.
  • Add yourself to AUTHORS in alphabetical order;

@codecov
Copy link

codecov bot commented Jul 16, 2019

Codecov Report

Merging #5611 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5611   +/-   ##
=======================================
  Coverage   96.11%   96.11%           
=======================================
  Files         117      117           
  Lines       25770    25770           
  Branches     2495     2495           
=======================================
  Hits        24769    24769           
  Misses        696      696           
  Partials      305      305

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15e235c...2e756d6. Read the comment docs.

@nicoddemus nicoddemus requested a review from asottile July 16, 2019 17:00
Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

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

@asottile asottile merged commit f133287 into pytest-dev:master Jul 16, 2019
@asottile
Copy link
Member

thanks!

@mxr mxr deleted the patch-1 branch July 16, 2019 19:18
@mxr
Copy link
Contributor Author

mxr commented Jul 16, 2019

np!

blueyed added a commit to blueyed/pytest that referenced this pull request Mar 7, 2020
blueyed added a commit to blueyed/pytest that referenced this pull request Mar 7, 2020
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.

remove specification of language_version on black pre commit hook
3 participants