jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1162287?usp=email )

Change subject: tests: update pre-commit hooks
......................................................................

tests: update pre-commit hooks

Change-Id: I77fded8a994af203a79757a373c7ed518a4f0493
---
M .pre-commit-config.yaml
M pyproject.toml
2 files changed, 3 insertions(+), 4 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f3d0c2b..815a60c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -58,7 +58,7 @@
       - id: rst-inline-touching-normal
       - id: text-unicode-replacement-char
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.11.13
+    rev: v0.12.0
     hooks:
       - id: ruff-check
         alias: ruff
@@ -87,12 +87,12 @@
       - id: isort
         exclude: ^pwb\.py$
   - repo: https://github.com/jshwi/docsig
-    rev: v0.69.3
+    rev: v0.69.4
     hooks:
       - id: docsig
         exclude: ^(tests|scripts)
   - repo: https://github.com/PyCQA/flake8
-    rev: 7.2.0
+    rev: 7.3.0
     hooks:
       - id: flake8
         args:
diff --git a/pyproject.toml b/pyproject.toml
index d963a79..cea7b27 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -156,7 +156,6 @@
     "SIG202",
     "SIG203",
     "SIG301",
-    "SIG401",
     "SIG402",
     "SIG404",
     "SIG501",

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1162287?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I77fded8a994af203a79757a373c7ed518a4f0493
Gerrit-Change-Number: 1162287
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to