From 0cb7b6f01b060dc2122b9c903912159dde21838f Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 27 Feb 2024 11:08:46 +0000 Subject: [PATCH] Update code to be Py3.7+ to reduce merge forward conflicts --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 23e87fca0f6e..9e2df26b64ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1625,8 +1625,8 @@ repos: rev: v3.15.1 hooks: - id: pyupgrade - name: Drop six usage and Py2 support - args: [--py3-plus, --keep-mock] + name: Upgrade code to Py3.7+ + args: [--py37-plus, --keep-mock] exclude: > (?x)^( salt/client/ssh/ssh_py_shim.py