mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
A few changelog entries didn't get commited
This commit is contained in:
parent
52f39fee12
commit
a3847d830c
1 changed files with 9 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -5,11 +5,19 @@
|
||||||
- Replace `yaml.load` with safe alternative
|
- Replace `yaml.load` with safe alternative
|
||||||
- `yaml.load` can lead to arbitrary code execution, though not where it
|
- `yaml.load` can lead to arbitrary code execution, though not where it
|
||||||
was used
|
was used
|
||||||
- issue by @tonybaloney
|
- issue by @tonybaloney.
|
||||||
- #779 PR by @asottile.
|
- #779 PR by @asottile.
|
||||||
- Improve not found error with script paths (`./exe`)
|
- Improve not found error with script paths (`./exe`)
|
||||||
- #782 issue by @ssbarnea.
|
- #782 issue by @ssbarnea.
|
||||||
- #785 PR by @asottile.
|
- #785 PR by @asottile.
|
||||||
|
- Fix minor buffering issue during `--show-diff-on-failure`
|
||||||
|
- #796 PR by @asottile.
|
||||||
|
- Default `language_version: python3` for `python_venv` when running in python2
|
||||||
|
- #794 issue by @ssbarnea.
|
||||||
|
- #797 PR by @asottile.
|
||||||
|
- `pre-commit run X` only run `X` and not hooks with `stages: [...]`
|
||||||
|
- #772 issue by @asottile.
|
||||||
|
- #803 PR by @mblayman.
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
- Improve travis-ci build times by caching rust / swift artifacts
|
- Improve travis-ci build times by caching rust / swift artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue