[go: up one dir, main page]

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

Pin Black to its latest version in the .pre-commit-config.yaml file #235

Merged
merged 1 commit into from
Sep 6, 2021
Merged

Pin Black to its latest version in the .pre-commit-config.yaml file #235

merged 1 commit into from
Sep 6, 2021

Conversation

jdufresne
Copy link
Contributor

Fixes the warning:

[WARNING] The 'rev' field of repo 'https://github.com/ambv/black'
appears to be a mutable reference (moving tag / branch). Mutable
references are never updated after first install and are not
supported. See
https://pre-commit.com/#using-the-latest-version-for-a-repository
for more details. Hint: `pre-commit autoupdate` often fixes this.

Fixed by running the command "pre-commit autoupdate".

Fixes the warning:

    [WARNING] The 'rev' field of repo 'https://github.com/ambv/black'
    appears to be a mutable reference (moving tag / branch). Mutable
    references are never updated after first install and are not
    supported. See
    https://pre-commit.com/#using-the-latest-version-for-a-repository
    for more details. Hint: `pre-commit autoupdate` often fixes this.

Fixed by running the command "pre-commit autoupdate".
@dan-blanchard dan-blanchard merged commit 3ec74e3 into chardet:master Sep 6, 2021
@jdufresne jdufresne deleted the pre-commit-black branch September 6, 2021 16:09
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.

2 participants