Commit graph

123 commits

Author SHA1 Message Date
Youngmin Koo
1f8151aeeb Add --additional-github-domain to check-vcs-permalinks 2020-11-18 08:58:23 -08:00
Anthony Sottile
7d9c32e9a0 use pre-commit.ci 2020-10-29 11:38:19 -07:00
Anthony Sottile
9136088a24 v3.3.0 2020-10-20 10:17:01 -07:00
Jeremiah Gowdy
d18bd5b75f Add new byte-order-marker checker/fixer 2020-10-11 11:31:05 -07:00
Marcus Shawcroft
012bb0691f Fix #518, provide --enforce-all option to check_added_large_files
The --enforce-all option when provided ensures that all files passed
on the command line are checked against the size limit.  Default
behaviour remains unchanged.
2020-09-27 15:15:37 -07:00
Anthony Sottile
e1668fe86a v3.2.0 2020-07-30 13:33:26 -07:00
Marc Jay
b4694348b0 Document the default always_run behaviour of no-commit-to-branch
Include instructions on how to use files/types/excludes/exclude_types
with the no-commit-to-branch hook, along with the caveat of it allowing
empty commits
2020-06-19 18:39:45 +01:00
Anthony Sottile
ebc15added v3.1.0 2020-05-20 09:11:02 -07:00
Anthony Sottile
0e2c0f7502 v3.0.1 2020-05-16 18:08:51 -07:00
Anthony Sottile
66250ba9bf v3.0.0 2020-05-14 16:24:40 -07:00
Daiki Katsuragawa
74024a9cfa Fix yaml formatting in README.md 2020-03-23 10:25:58 -07:00
Douglas Thor
1091574d2d
Fix docs for pretty-format-json: default indent is **2** spaces. 2020-02-27 15:04:33 -08:00
Anthony Sottile
1057813c2f v2.5.0 2020-02-04 16:10:28 -08:00
Anthony Sottile
810048551e officially deprecate the flake8 hook 2020-02-04 15:59:37 -08:00
Jacob Bundgaard
96efcc6f85
Remove linebreak 2020-02-04 23:24:19 +01:00
Jacob Bundgaard
3c614e7e0b
Convert named anchors to heading 4's 2020-02-04 23:23:23 +01:00
Jacob Bundgaard
e4dcfc650b
Allow linking directly to each hook 2020-02-03 14:10:31 +01:00
Marek Běl
d25d0ed8ac
Document mixed-line-ending limitation for fix={crlf,lf} with git. 2020-01-14 22:44:59 +01:00
Anthony Sottile
29f86dba1b
document --no-ensure-ascii 2019-10-28 19:14:32 -07:00
Anthony Sottile
0161422b4e v2.4.0 2019-10-28 15:19:58 -07:00
iconmaster5326
08663c91f2 Update README.md 2019-10-25 11:15:48 -04:00
Anthony Sottile
d2a2cde37a Add note about sort-simple-yaml's opt-in behaviour 2019-10-07 08:33:23 -07:00
Anthony Sottile
d6d3bd9460 v2.3.0 2019-08-05 10:33:34 -07:00
Semyon Maryasin
8d7d40c7cc Add README entry for check-toml hook 2019-08-03 19:16:51 +01:00
Anthony Sottile
0b70e285e3 v2.2.3 2019-05-16 09:58:18 -07:00
Anthony Sottile
e8e54f7f99 v2.2.2 2019-05-15 10:17:27 -07:00
Anthony Sottile
9ee4347a8f v2.2.1 2019-04-21 13:17:05 -07:00
Anthony Sottile
7905d805af v2.2.0 2019-04-21 13:15:43 -07:00
Marc Jay
6568414fc5 Clarify default behaviour in README for no-commit-to-branch 2019-04-20 14:06:59 +01:00
Marc Jay
7b959d140f Tidy up indentation in README changes for no-commit-to-branch 2019-04-20 13:52:59 +01:00
Marc Jay
8d2785b9d6 Amend approach for no-commit-to-branch to use regex matching based on
feedback. Adds --pattern optional argument which can be used alongside
--branch to block commits to a branch which matches a supplied
regex expression
2019-04-20 13:46:49 +01:00
Marc Jay
d6847c4827 Add wildcard matching to no-commit-to-branch hook so that commits can
be blocked on, for example, all release branches with 'release/*'
2019-04-09 23:53:39 +01:00
Anthony Sottile
8bb94f0bd4 azure pipelines [skip travis] [skip appveyor] 2019-03-10 16:56:44 -07:00
Anthony Sottile
c8bad492e1 v2.1.0 2018-12-26 09:48:02 -08:00
Ryan Delaney
2d4833c73e Rename metavar to clarify required usage syntax 2018-10-28 15:58:14 -07:00
Ryan Delaney
4b8eb6f96a Add required argument to cli parameter 2018-10-28 12:07:03 -07:00
Ryan Delaney
efc5b9ecc1 Add missing parameter --allow-missing-credentials 2018-10-28 12:05:42 -07:00
Anthony Sottile
e01bc2c2a1 v2.0.0 2018-10-12 19:55:16 -07:00
Anthony Sottile
08e2918d60
Merge pull request #321 from pre-commit/suggest_mirrors_autopep8
Remove autopep8-wrapper in favor of autopep8
2018-10-12 19:23:26 -07:00
Anthony Sottile
99453a5366 Default --no-markdown-linebreak-ext for trailing-whitespace 2018-10-12 18:15:39 -07:00
Anthony Sottile
526904b159 Remove autopep8-wrapper in favor of autopep8 2018-10-11 17:19:35 -07:00
Anthony Sottile
3aa6c641d2
Update README.md 2018-10-10 11:15:13 -07:00
Shakya, Milind
023851e657 Fix readme to correctly reflect no-commit-to-branch args 2018-10-04 17:40:47 -04:00
Anthony Sottile
219c70a9c1 v1.4.0 2018-07-22 09:32:56 -07:00
Anthony Sottile
baec308367 Allow multiple branches to be protected
Original patch by @moas
2018-06-09 11:18:33 -07:00
Anthony Sottile
ffcda22d77 Suggest https:// git urls
Committed via https://github.com/asottile/all-repos
2018-05-28 10:58:28 -07:00
Anthony Sottile
a6209d8d4f v1.3.0 2018-05-28 10:34:46 -07:00
Anthony Sottile
805530fe29 Update debug-statements description 2018-05-14 09:16:37 -07:00
Michał Sochoń
9e28aaf275 Simplify check, extend README 2018-03-26 00:02:23 +02:00
Anthony Sottile
1bdd699a79
Fix typo 2018-03-19 10:13:18 -07:00