Colin Watson has proposed merging ~cjwatson/lp-mailman:pre-commit-update into lp-mailman:master.
Commit message: Update pre-commit hooks Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~cjwatson/lp-mailman/+git/lp-mailman/+merge/436540 Includes fix for https://github.com/PyCQA/isort/issues/2077. -- Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lp-mailman:pre-commit-update into lp-mailman:master.
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 670e186..dac295a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-ast @@ -11,10 +11,10 @@ repos: - id: debug-statements - id: no-commit-to-branch - repo: https://github.com/PyCQA/isort - rev: 5.9.2 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/get-woke/woke - rev: v0.17.0 + rev: v0.19.0 hooks: - id: woke-from-source
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

