Skip to content

Commit

Permalink
Update code to be Py3.7+ to reduce merge forward conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Feb 27, 2024
1 parent a52bfb2 commit 0cb7b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cb7b6f

Please sign in to comment.