mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +00:00
Upgrade included ipaddress.py
from Python 3.9.1
This commit is contained in:
parent
8a2c5a4eee
commit
2ae5defa38
2 changed files with 572 additions and 495 deletions
|
@ -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
Loading…
Add table
Reference in a new issue