We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f39fe commit a3847d8Copy full SHA for a3847d8
1 file changed
CHANGELOG.md
@@ -5,11 +5,19 @@
5
- Replace `yaml.load` with safe alternative
6
- `yaml.load` can lead to arbitrary code execution, though not where it
7
was used
8
- - issue by @tonybaloney
+ - issue by @tonybaloney.
9
- #779 PR by @asottile.
10
- Improve not found error with script paths (`./exe`)
11
- #782 issue by @ssbarnea.
12
- #785 PR by @asottile.
13
+- Fix minor buffering issue during `--show-diff-on-failure`
14
+ - #796 PR by @asottile.
15
+- Default `language_version: python3` for `python_venv` when running in python2
16
+ - #794 issue by @ssbarnea.
17
+ - #797 PR by @asottile.
18
+- `pre-commit run X` only run `X` and not hooks with `stages: [...]`
19
+ - #772 issue by @asottile.
20
+ - #803 PR by @mblayman.
21
22
### Misc
23
- Improve travis-ci build times by caching rust / swift artifacts
0 commit comments