Skip to content

Bump pre-commit from 1.11.2 to 1.14.2#97

Closed
dependabot-preview[bot] wants to merge 1 commit into
devfrom
dependabot/pip/pre-commit-1.14.2
Closed

Bump pre-commit from 1.11.2 to 1.14.2#97
dependabot-preview[bot] wants to merge 1 commit into
devfrom
dependabot/pip/pre-commit-1.14.2

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps pre-commit from 1.11.2 to 1.14.2.

Release notes

Sourced from pre-commit's releases.

pre-commit v1.14.2

Fixes

pre-commit v1.14.1

Fixes

pre-commit v1.14.0

Features

  • Add an alias configuration value to allow repeated hooks to be differentiated
  • Add identity meta hook which just prints filenames
  • Factor out cached-property and improve startup performance by ~10%
  • Add a warning on unexpected keys in configuration
  • Teach pre-commit try-repo to clone uncommitted changes on disk.
  • Implement pre-commit gc which will clean up no-longer-referenced cache repos.
  • Add top level config default_language_version to streamline overriding the language_version configuration in many places
  • Add top level config default_stages to streamline overriding the stages configuration in many places

Fixes

  • More intelligently pick hook shebang (#!/usr/bin/env python3)
  • Several fixes related to --files / --config:
    • pre-commit run --files x outside of a git dir no longer stacktraces
    • pre-commit run --config ./relative while in a sub directory of the git repo is now able to find the configuration
    • pre-commit run --files ... no longer runs a subprocess per file (performance)
    • #895 PR by asottile.
  • pre-commit try-repo ./relative while in a sub directory of the git repo is now able to clone properly
  • Ensure meta repos cannot have a language other than system
... (truncated)
Changelog

Sourced from pre-commit's changelog.

1.14.2

Fixes

1.14.1

Fixes

1.14.0

Features

  • Add an alias configuration value to allow repeated hooks to be
    differentiated
  • Add identity meta hook which just prints filenames
  • Factor out cached-property and improve startup performance by ~10%
  • Add a warning on unexpected keys in configuration
  • Teach pre-commit try-repo to clone uncommitted changes on disk.
  • Implement pre-commit gc which will clean up no-longer-referenced cache
    repos.
  • Add top level config default_language_version to streamline overriding the
    language_version configuration in many places
  • Add top level config default_stages to streamline overriding the stages
    configuration in many places

Fixes

  • More intelligently pick hook shebang (#!/usr/bin/env python3)
... (truncated)
Commits
  • 90cfe67 v1.14.2
  • 4621859 Merge pull request #915 from pre-commit/defpath
  • 4f8a958 Be more timid about choosing a shebang
  • cc1af1d v1.14.1
  • f1f299c Merge pull request #914 from pre-commit/self_exe_python
  • 32d6523 Use sys.executable if it matches the requested version
  • 1cf4b54 v1.14.0
  • 84c398d Merge pull request #912 from asottile/intent_to_add
  • e60579d Fix staged-files-only for git add --intent-to-add files
  • 2941a11 Merge pull request #911 from asottile/bump_cfgv
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 11, 2019
@codecov

codecov Bot commented Jan 11, 2019

Copy link
Copy Markdown

Codecov Report

Merging #97 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff         @@
##            dev    #97   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files        13     13           
  Lines       438    438           
===================================
  Hits        438    438

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 f7e9f9d...a73feda. Read the comment docs.

@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #101.

@dependabot-preview dependabot-preview Bot deleted the dependabot/pip/pre-commit-1.14.2 branch February 5, 2019 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant