Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Bump pre-commit from 1.10.3 to 1.14.2 #56

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pre-commit from 1.10.3 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
Copy link
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@sloria sloria closed this Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants