← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/turnip:update-linters into turnip:master

 

Jürgen Gmach has proposed merging ~jugmac00/turnip:update-linters into turnip:master.

Commit message:
run `pre-commit autoupdate && pre-commit run --all-files`

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/413864
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/turnip:update-linters into turnip:master.
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 77560c4..ce0c054 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.1.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/flake8
-    rev: 3.9.2
+    rev: 4.0.1
     hooks:
     -   id: flake8
 -   repo: https://github.com/PyCQA/isort
-    rev: 5.9.2
+    rev: 5.10.1
     hooks:
     -   id: isort