mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Ignore PyLint for external ipaddress module
This commit is contained in:
parent
64bda95d12
commit
d04c66d827
2 changed files with 13 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
# Python 2.7 port of Python 3.4's ipaddress module.
|
||||
'''
|
||||
Python 2.[67] port of Python 3.4's ipaddress module
|
||||
|
||||
Almost verbatim copy of the core lib, with compatibility changes
|
||||
Source: https://bitbucket.org/kwi/py2-ipaddress/
|
||||
'''
|
||||
# pylint: skip-file
|
||||
|
||||
# List of compatibility changes:
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
# Python 2.7 port of Python 3.4's test_ipaddress.
|
||||
'''
|
||||
Python 2.[67] port of Python 3.4's test_ipaddress.
|
||||
|
||||
Almost verbatim copy of core lib w/compatibility fixes
|
||||
'''
|
||||
# pylint: skip-file
|
||||
|
||||
# List of compatibility changes:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue