Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
tests: update pre-commit

Change-Id: I8e7eeb9710f469052f643bec7c8a5571e4aa313f
---
M .pre-commit-config.yaml
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 536482a..93b1710 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -50,7 +50,7 @@
- id: python-check-mock-methods
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.8.0
+ rev: v0.8.1
hooks:
- id: ruff
args:
@@ -60,7 +60,7 @@
hooks:
- id: pyupgrade
args:
- - --py37-plus
+ - --py38-plus
- repo: https://github.com/PyCQA/autoflake
rev: v2.3.1
hooks:

To view, visit change 1100118. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I8e7eeb9710f469052f643bec7c8a5571e4aa313f
Gerrit-Change-Number: 1100118
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot