Upgrade included ipaddress.py from Python 3.9.1

This commit is contained in:
Pedro Algarvio 2021-02-04 07:34:11 +00:00 committed by Megan Wilhite
parent 8a2c5a4eee
commit 2ae5defa38
2 changed files with 572 additions and 495 deletions

View file

@ -1101,7 +1101,8 @@ repos:
args: [--py3-plus, --keep-mock]
exclude: >
(?x)^(
salt/client/ssh/ssh_py_shim.py
salt/client/ssh/ssh_py_shim.py|
salt/ext/ipaddress.py
)$
- repo: https://github.com/saltstack/pre-commit-remove-import-headers
@ -1171,6 +1172,11 @@ repos:
alias: lint-salt
name: Lint Salt
files: ^((setup|noxfile)|(salt|tasks)/.*)\.py$
exclude: >
(?x)^(
templates/.*|
salt/ext/.*|
)$
args:
- -e
- lint-salt-pre-commit

File diff suppressed because it is too large Load diff