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.1.0
2+ =====
3+
4+ ### Features
5+ - pre-commit configuration gains a ` fail_fast ` option.
6+ - You must be using the v2 configuration format introduced in 1.0.0.
7+ - ` fail_fast ` defaults to ` false ` .
8+ - #240 issue by @Lucas-C .
9+ - #616 PR by @asottile .
10+ - pre-commit configuration gains a global ` exclude ` option.
11+ - This option takes a python regular expression and can be used to exclude
12+ files from _ all_ hooks.
13+ - You must be using the v2 configuration format introduced in 1.0.0.
14+ - #281 issue by @asieira .
15+ - #617 PR by @asottile .
16+
1171.0.1
218=====
319
4- ## Fixes
20+ ### Fixes
521- Fix a regression in the return code of ` pre-commit autoupdate `
622 - ` pre-commit migrate-config ` and ` pre-commit autoupdate ` return 0 when
723 successful.
Original file line number Diff line number Diff line change 99 'hooks.'
1010 ),
1111 url = 'https://github.com/pre-commit/pre-commit' ,
12- version = '1.0.1 ' ,
12+ version = '1.1.0 ' ,
1313
1414 author = 'Anthony Sottile' ,
1515
You can’t perform that action at this time.
0 commit comments