Colin Watson has proposed merging ~cjwatson/launchpad:pre-commit-lp-lint-doctest into launchpad:master.
Commit message: Enforce lp-lint-doctest in pre-commit Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407526 -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:pre-commit-lp-lint-doctest into launchpad:master.
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6f8850..f7b7ef1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,3 +35,9 @@ repos: hooks: - id: eslint args: [--quiet] +- repo: https://git.launchpad.net/lp-lint-doctest + rev: '0.3' + hooks: + - id: lp-lint-doctest + args: [--allow-option-flag, IGNORE_EXCEPTION_MODULE_IN_PYTHON2] + exclude: ^doc/.*|.*/testfiles/.*|bingsearchservice-mapping\.txt
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : launchpad-reviewers@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp