File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.10.4
2+ ======
3+
4+ ### Fixes
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
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+
14+ ### Misc
15+ - Improve travis-ci build times by caching rust / swift artifacts
16+ - #781 PR by @expobrain .
17+ - Test against python3.7
18+ - #789 PR by @expobrain .
19+
1201.10.3
221======
322
Original file line number Diff line number Diff line change 1313 long_description = long_description ,
1414 long_description_content_type = 'text/markdown' ,
1515 url = 'https://github.com/pre-commit/pre-commit' ,
16- version = '1.10.3 ' ,
16+ version = '1.10.4 ' ,
1717 author = 'Anthony Sottile' ,
18181919 classifiers = [
You can’t perform that action at this time.
0 commit comments