← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:eslint-8.23.1 into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:eslint-8.23.1 into launchpad:master.

Commit message:
Upgrade to eslint 8.23.1

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/429896
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:eslint-8.23.1 into launchpad:master.
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9d49c68..8c58be9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -56,7 +56,7 @@ repos:
         additional_dependencies:
           - flake8-absolute-import==1.0.0.1
 -   repo: https://github.com/pre-commit/mirrors-eslint
-    rev: v8.2.0
+    rev: v8.23.1
     hooks:
     -   id: eslint
         args: [--quiet]