mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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]
|
args: [--py3-plus, --keep-mock]
|
||||||
exclude: >
|
exclude: >
|
||||||
(?x)^(
|
(?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
|
- repo: https://github.com/saltstack/pre-commit-remove-import-headers
|
||||||
|
@ -1171,6 +1172,11 @@ repos:
|
||||||
alias: lint-salt
|
alias: lint-salt
|
||||||
name: Lint Salt
|
name: Lint Salt
|
||||||
files: ^((setup|noxfile)|(salt|tasks)/.*)\.py$
|
files: ^((setup|noxfile)|(salt|tasks)/.*)\.py$
|
||||||
|
exclude: >
|
||||||
|
(?x)^(
|
||||||
|
templates/.*|
|
||||||
|
salt/ext/.*|
|
||||||
|
)$
|
||||||
args:
|
args:
|
||||||
- -e
|
- -e
|
||||||
- lint-salt-pre-commit
|
- lint-salt-pre-commit
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue