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.10.4 #42

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps pre-commit from 1.10.3 to 1.10.4.

Release notes

Sourced from pre-commit's releases.

pre-commit v1.10.4

Fixes

  • Replace yaml.load with safe alternative
    • yaml.load can lead to arbitrary code execution, though not where it was used
    • issue by tonybaloney
    • #779 PR by asottile.
  • Improve not found error with script paths (./exe)
  • Fix minor buffering issue during --show-diff-on-failure
  • Default language_version: python3 for python_venv when running in python2
  • pre-commit run X only run X and not hooks with stages: [...]

Misc

  • Improve travis-ci build times by caching rust / swift artifacts
  • Test against python3.7
Changelog

Sourced from pre-commit's changelog.

1.10.4

Fixes

  • Replace yaml.load with safe alternative
    • yaml.load can lead to arbitrary code execution, though not where it
      was used
    • issue by tonybaloney.
    • #779 PR by asottile.
  • Improve not found error with script paths (./exe)
  • Fix minor buffering issue during --show-diff-on-failure
  • Default language_version: python3 for python_venv when running in python2
  • pre-commit run X only run X and not hooks with stages: [...]

Misc

  • Improve travis-ci build times by caching rust / swift artifacts
  • Test against python3.7
Commits
  • 52f39fe v1.10.4
  • f2b74e3 Merge pull request #803 from mblayman/args-hook-only
  • fd1bc21 Use parens instead of different logic pattern.
  • a8b2987 Check bytes for Python 3.
  • 4640dc7 Run only the specified hook even when stages exist in config.
  • f2da2c4 Merge pull request #801 from pre-commit/node_lives_again
  • 4f419fd Revert "Merge pull request #799 from pre-commit/temporarily_skip_npm_windows"
  • 99972df Merge pull request #797 from pre-commit/default_python_3_venv
  • 550ce26 Merge pull request #796 from pre-commit/buffering
  • 0eaacd7 Default to python3 when using python_venv under python 2
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @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 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

Superseded by #46.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pre-commit-1.10.4 branch August 7, 2018 12:15
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.

1 participant