From 04d6824f87023ec59dfed5eacb7684b024b15f32 Mon Sep 17 00:00:00 2001
From: Paul Belanger <pabelanger@redhat.com>
Date: Fri, 19 Jun 2020 12:10:16 -0400
Subject: Remove # pylint: skip-file usage (#47)

Remove # pylint: skip-file usage

Reviewed-by: Paul Belanger
             https://github.com/pabelanger
---
 plugins/action/vyos.py                                                 | 1 -
 plugins/cliconf/vyos.py                                                | 1 -
 plugins/module_utils/network/vyos/argspec/facts/facts.py               | 1 -
 .../network/vyos/argspec/firewall_global/firewall_global.py            | 1 -
 .../network/vyos/argspec/firewall_interfaces/firewall_interfaces.py    | 1 -
 .../module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py | 1 -
 plugins/module_utils/network/vyos/argspec/interfaces/interfaces.py     | 1 -
 .../module_utils/network/vyos/argspec/l3_interfaces/l3_interfaces.py   | 1 -
 .../module_utils/network/vyos/argspec/lag_interfaces/lag_interfaces.py | 1 -
 plugins/module_utils/network/vyos/argspec/lldp_global/lldp_global.py   | 1 -
 .../network/vyos/argspec/lldp_interfaces/lldp_interfaces.py            | 1 -
 plugins/module_utils/network/vyos/argspec/ospfv2/ospfv2.py             | 1 -
 plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.py             | 1 -
 .../module_utils/network/vyos/argspec/static_routes/static_routes.py   | 1 -
 .../network/vyos/config/firewall_global/firewall_global.py             | 1 -
 .../network/vyos/config/firewall_interfaces/firewall_interfaces.py     | 1 -
 .../module_utils/network/vyos/config/firewall_rules/firewall_rules.py  | 1 -
 plugins/module_utils/network/vyos/config/interfaces/interfaces.py      | 1 -
 .../module_utils/network/vyos/config/l3_interfaces/l3_interfaces.py    | 1 -
 .../module_utils/network/vyos/config/lag_interfaces/lag_interfaces.py  | 1 -
 plugins/module_utils/network/vyos/config/lldp_global/lldp_global.py    | 1 -
 .../network/vyos/config/lldp_interfaces/lldp_interfaces.py             | 1 -
 plugins/module_utils/network/vyos/config/ospfv2/ospfv2.py              | 1 -
 plugins/module_utils/network/vyos/config/ospfv3/ospfv3.py              | 1 -
 .../module_utils/network/vyos/config/static_routes/static_routes.py    | 1 -
 plugins/module_utils/network/vyos/facts/facts.py                       | 1 -
 .../module_utils/network/vyos/facts/firewall_global/firewall_global.py | 1 -
 .../network/vyos/facts/firewall_interfaces/firewall_interfaces.py      | 1 -
 .../module_utils/network/vyos/facts/firewall_rules/firewall_rules.py   | 1 -
 plugins/module_utils/network/vyos/facts/interfaces/interfaces.py       | 1 -
 plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py | 1 -
 .../module_utils/network/vyos/facts/lag_interfaces/lag_interfaces.py   | 1 -
 plugins/module_utils/network/vyos/facts/legacy/base.py                 | 1 -
 plugins/module_utils/network/vyos/facts/lldp_global/lldp_global.py     | 1 -
 .../module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.py | 1 -
 plugins/module_utils/network/vyos/facts/ospfv2/ospfv2.py               | 1 -
 plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.py               | 1 -
 plugins/module_utils/network/vyos/facts/static_routes/static_routes.py | 1 -
 plugins/module_utils/network/vyos/utils/utils.py                       | 1 -
 plugins/module_utils/network/vyos/vyos.py                              | 1 -
 plugins/modules/vyos_banner.py                                         | 1 -
 plugins/modules/vyos_command.py                                        | 3 +--
 plugins/modules/vyos_config.py                                         | 1 -
 plugins/modules/vyos_facts.py                                          | 1 -
 plugins/modules/vyos_firewall_global.py                                | 1 -
 plugins/modules/vyos_firewall_interfaces.py                            | 1 -
 plugins/modules/vyos_firewall_rules.py                                 | 1 -
 plugins/modules/vyos_interface.py                                      | 1 -
 plugins/modules/vyos_interfaces.py                                     | 1 -
 plugins/modules/vyos_l3_interface.py                                   | 1 -
 plugins/modules/vyos_l3_interfaces.py                                  | 1 -
 plugins/modules/vyos_lag_interfaces.py                                 | 1 -
 plugins/modules/vyos_linkagg.py                                        | 1 -
 plugins/modules/vyos_lldp.py                                           | 1 -
 plugins/modules/vyos_lldp_global.py                                    | 1 -
 plugins/modules/vyos_lldp_interface.py                                 | 1 -
 plugins/modules/vyos_lldp_interfaces.py                                | 1 -
 plugins/modules/vyos_logging.py                                        | 1 -
 plugins/modules/vyos_ospfv2.py                                         | 1 -
 plugins/modules/vyos_ospfv3.py                                         | 1 -
 plugins/modules/vyos_ping.py                                           | 1 -
 plugins/modules/vyos_static_route.py                                   | 1 -
 plugins/modules/vyos_static_routes.py                                  | 1 -
 plugins/modules/vyos_system.py                                         | 1 -
 plugins/modules/vyos_user.py                                           | 1 -
 plugins/modules/vyos_vlan.py                                           | 1 -
 plugins/terminal/vyos.py                                               | 1 -
 tests/unit/compat/mock.py                                              | 1 -
 tests/unit/compat/unittest.py                                          | 1 -
 tests/unit/mock/loader.py                                              | 1 -
 tests/unit/modules/network/vyos/test_vyos_banner.py                    | 1 -
 tests/unit/modules/network/vyos/test_vyos_command.py                   | 1 -
 tests/unit/modules/network/vyos/test_vyos_config.py                    | 1 -
 tests/unit/modules/network/vyos/test_vyos_facts.py                     | 1 -
 tests/unit/modules/network/vyos/test_vyos_firewall_global.py           | 1 -
 tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py       | 1 -
 tests/unit/modules/network/vyos/test_vyos_firewall_rules.py            | 1 -
 tests/unit/modules/network/vyos/test_vyos_ospfv2.py                    | 1 -
 tests/unit/modules/network/vyos/test_vyos_ospfv3.py                    | 1 -
 tests/unit/modules/network/vyos/test_vyos_ping.py                      | 1 -
 tests/unit/modules/network/vyos/test_vyos_static_route.py              | 1 -
 tests/unit/modules/network/vyos/test_vyos_static_routes.py             | 1 -
 tests/unit/modules/network/vyos/test_vyos_system.py                    | 1 -
 tests/unit/modules/network/vyos/test_vyos_user.py                      | 1 -
 tests/unit/modules/network/vyos/vyos_module.py                         | 1 -
 85 files changed, 1 insertion(+), 86 deletions(-)

diff --git a/plugins/action/vyos.py b/plugins/action/vyos.py
index 5c310c3c..cab2f3fd 100644
--- a/plugins/action/vyos.py
+++ b/plugins/action/vyos.py
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/plugins/cliconf/vyos.py b/plugins/cliconf/vyos.py
index 3ae18412..de9e93d6 100644
--- a/plugins/cliconf/vyos.py
+++ b/plugins/cliconf/vyos.py
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/plugins/module_utils/network/vyos/argspec/facts/facts.py b/plugins/module_utils/network/vyos/argspec/facts/facts.py
index 1f0cca70..46fabaa2 100644
--- a/plugins/module_utils/network/vyos/argspec/facts/facts.py
+++ b/plugins/module_utils/network/vyos/argspec/facts/facts.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The arg spec for the vyos facts module.
 """
diff --git a/plugins/module_utils/network/vyos/argspec/firewall_global/firewall_global.py b/plugins/module_utils/network/vyos/argspec/firewall_global/firewall_global.py
index 9871f9c8..4c267732 100644
--- a/plugins/module_utils/network/vyos/argspec/firewall_global/firewall_global.py
+++ b/plugins/module_utils/network/vyos/argspec/firewall_global/firewall_global.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/firewall_interfaces/firewall_interfaces.py b/plugins/module_utils/network/vyos/argspec/firewall_interfaces/firewall_interfaces.py
index c49110cc..f0834850 100644
--- a/plugins/module_utils/network/vyos/argspec/firewall_interfaces/firewall_interfaces.py
+++ b/plugins/module_utils/network/vyos/argspec/firewall_interfaces/firewall_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py b/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py
index 2f23d91e..a018cc0b 100644
--- a/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py
+++ b/plugins/module_utils/network/vyos/argspec/firewall_rules/firewall_rules.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/interfaces/interfaces.py b/plugins/module_utils/network/vyos/argspec/interfaces/interfaces.py
index b45c80fb..fd8b6123 100644
--- a/plugins/module_utils/network/vyos/argspec/interfaces/interfaces.py
+++ b/plugins/module_utils/network/vyos/argspec/interfaces/interfaces.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/l3_interfaces/l3_interfaces.py b/plugins/module_utils/network/vyos/argspec/l3_interfaces/l3_interfaces.py
index 820d7f9a..2f1dfe45 100644
--- a/plugins/module_utils/network/vyos/argspec/l3_interfaces/l3_interfaces.py
+++ b/plugins/module_utils/network/vyos/argspec/l3_interfaces/l3_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/lag_interfaces/lag_interfaces.py b/plugins/module_utils/network/vyos/argspec/lag_interfaces/lag_interfaces.py
index 970f81b3..6cfdabf1 100644
--- a/plugins/module_utils/network/vyos/argspec/lag_interfaces/lag_interfaces.py
+++ b/plugins/module_utils/network/vyos/argspec/lag_interfaces/lag_interfaces.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/lldp_global/lldp_global.py b/plugins/module_utils/network/vyos/argspec/lldp_global/lldp_global.py
index c9e4f88e..6205fd77 100644
--- a/plugins/module_utils/network/vyos/argspec/lldp_global/lldp_global.py
+++ b/plugins/module_utils/network/vyos/argspec/lldp_global/lldp_global.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/lldp_interfaces/lldp_interfaces.py b/plugins/module_utils/network/vyos/argspec/lldp_interfaces/lldp_interfaces.py
index f80b2725..109ea430 100644
--- a/plugins/module_utils/network/vyos/argspec/lldp_interfaces/lldp_interfaces.py
+++ b/plugins/module_utils/network/vyos/argspec/lldp_interfaces/lldp_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/argspec/ospfv2/ospfv2.py b/plugins/module_utils/network/vyos/argspec/ospfv2/ospfv2.py
index af64d57c..b4cdadfd 100644
--- a/plugins/module_utils/network/vyos/argspec/ospfv2/ospfv2.py
+++ b/plugins/module_utils/network/vyos/argspec/ospfv2/ospfv2.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.py b/plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.py
index 1631c51a..25f979c9 100644
--- a/plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.py
+++ b/plugins/module_utils/network/vyos/argspec/ospfv3/ospfv3.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/module_utils/network/vyos/argspec/static_routes/static_routes.py b/plugins/module_utils/network/vyos/argspec/static_routes/static_routes.py
index d2dc6170..8ecd955a 100644
--- a/plugins/module_utils/network/vyos/argspec/static_routes/static_routes.py
+++ b/plugins/module_utils/network/vyos/argspec/static_routes/static_routes.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/module_utils/network/vyos/config/firewall_global/firewall_global.py b/plugins/module_utils/network/vyos/config/firewall_global/firewall_global.py
index 5480a568..afc98538 100644
--- a/plugins/module_utils/network/vyos/config/firewall_global/firewall_global.py
+++ b/plugins/module_utils/network/vyos/config/firewall_global/firewall_global.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_firewall_global class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py b/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py
index 7e19cdf4..bd2fbab5 100644
--- a/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py
+++ b/plugins/module_utils/network/vyos/config/firewall_interfaces/firewall_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_firewall_interfaces class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/firewall_rules/firewall_rules.py b/plugins/module_utils/network/vyos/config/firewall_rules/firewall_rules.py
index 1223e59d..5c377410 100644
--- a/plugins/module_utils/network/vyos/config/firewall_rules/firewall_rules.py
+++ b/plugins/module_utils/network/vyos/config/firewall_rules/firewall_rules.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_firewall_rules class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/interfaces/interfaces.py b/plugins/module_utils/network/vyos/config/interfaces/interfaces.py
index ea0a05a4..51bf98e3 100644
--- a/plugins/module_utils/network/vyos/config/interfaces/interfaces.py
+++ b/plugins/module_utils/network/vyos/config/interfaces/interfaces.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_interfaces class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/l3_interfaces/l3_interfaces.py b/plugins/module_utils/network/vyos/config/l3_interfaces/l3_interfaces.py
index 45569d31..122cc1eb 100644
--- a/plugins/module_utils/network/vyos/config/l3_interfaces/l3_interfaces.py
+++ b/plugins/module_utils/network/vyos/config/l3_interfaces/l3_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_l3_interfaces class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/lag_interfaces/lag_interfaces.py b/plugins/module_utils/network/vyos/config/lag_interfaces/lag_interfaces.py
index 94c526cf..452670f1 100644
--- a/plugins/module_utils/network/vyos/config/lag_interfaces/lag_interfaces.py
+++ b/plugins/module_utils/network/vyos/config/lag_interfaces/lag_interfaces.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_lag_interfaces class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/lldp_global/lldp_global.py b/plugins/module_utils/network/vyos/config/lldp_global/lldp_global.py
index 284fe12e..c70d27ff 100644
--- a/plugins/module_utils/network/vyos/config/lldp_global/lldp_global.py
+++ b/plugins/module_utils/network/vyos/config/lldp_global/lldp_global.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_lldp_global class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/lldp_interfaces/lldp_interfaces.py b/plugins/module_utils/network/vyos/config/lldp_interfaces/lldp_interfaces.py
index 101e1d6a..94e39c35 100644
--- a/plugins/module_utils/network/vyos/config/lldp_interfaces/lldp_interfaces.py
+++ b/plugins/module_utils/network/vyos/config/lldp_interfaces/lldp_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_lldp_interfaces class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/ospfv2/ospfv2.py b/plugins/module_utils/network/vyos/config/ospfv2/ospfv2.py
index b9f24f4c..fd25c178 100644
--- a/plugins/module_utils/network/vyos/config/ospfv2/ospfv2.py
+++ b/plugins/module_utils/network/vyos/config/ospfv2/ospfv2.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_ospfv2 class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/ospfv3/ospfv3.py b/plugins/module_utils/network/vyos/config/ospfv3/ospfv3.py
index a254a93f..acda3801 100644
--- a/plugins/module_utils/network/vyos/config/ospfv3/ospfv3.py
+++ b/plugins/module_utils/network/vyos/config/ospfv3/ospfv3.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_ospfv3 class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/config/static_routes/static_routes.py b/plugins/module_utils/network/vyos/config/static_routes/static_routes.py
index f0dd4f66..b359dbba 100644
--- a/plugins/module_utils/network/vyos/config/static_routes/static_routes.py
+++ b/plugins/module_utils/network/vyos/config/static_routes/static_routes.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos_static_routes class
 It is in this file where the current configuration (as dict)
diff --git a/plugins/module_utils/network/vyos/facts/facts.py b/plugins/module_utils/network/vyos/facts/facts.py
index 0d90df4f..4c7b340d 100644
--- a/plugins/module_utils/network/vyos/facts/facts.py
+++ b/plugins/module_utils/network/vyos/facts/facts.py
@@ -1,7 +1,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The facts class for vyos
 this file validates each subset of facts and selectively
diff --git a/plugins/module_utils/network/vyos/facts/firewall_global/firewall_global.py b/plugins/module_utils/network/vyos/facts/firewall_global/firewall_global.py
index 37f90f3f..08232596 100644
--- a/plugins/module_utils/network/vyos/facts/firewall_global/firewall_global.py
+++ b/plugins/module_utils/network/vyos/facts/firewall_global/firewall_global.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos firewall_global fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/firewall_interfaces/firewall_interfaces.py b/plugins/module_utils/network/vyos/facts/firewall_interfaces/firewall_interfaces.py
index 0992d879..46407486 100644
--- a/plugins/module_utils/network/vyos/facts/firewall_interfaces/firewall_interfaces.py
+++ b/plugins/module_utils/network/vyos/facts/firewall_interfaces/firewall_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos firewall_interfaces fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/firewall_rules/firewall_rules.py b/plugins/module_utils/network/vyos/facts/firewall_rules/firewall_rules.py
index 3b661922..971ea6fe 100644
--- a/plugins/module_utils/network/vyos/facts/firewall_rules/firewall_rules.py
+++ b/plugins/module_utils/network/vyos/facts/firewall_rules/firewall_rules.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos firewall_rules fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/interfaces/interfaces.py b/plugins/module_utils/network/vyos/facts/interfaces/interfaces.py
index fe8e18c5..4b24803b 100644
--- a/plugins/module_utils/network/vyos/facts/interfaces/interfaces.py
+++ b/plugins/module_utils/network/vyos/facts/interfaces/interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos interfaces fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py b/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py
index a21c6679..eac8467c 100644
--- a/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py
+++ b/plugins/module_utils/network/vyos/facts/l3_interfaces/l3_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos l3_interfaces fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/lag_interfaces/lag_interfaces.py b/plugins/module_utils/network/vyos/facts/lag_interfaces/lag_interfaces.py
index b91c3b96..90562947 100644
--- a/plugins/module_utils/network/vyos/facts/lag_interfaces/lag_interfaces.py
+++ b/plugins/module_utils/network/vyos/facts/lag_interfaces/lag_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos lag_interfaces fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/legacy/base.py b/plugins/module_utils/network/vyos/facts/legacy/base.py
index 764d5dc7..f6b343e0 100644
--- a/plugins/module_utils/network/vyos/facts/legacy/base.py
+++ b/plugins/module_utils/network/vyos/facts/legacy/base.py
@@ -2,7 +2,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The VyOS interfaces fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/lldp_global/lldp_global.py b/plugins/module_utils/network/vyos/facts/lldp_global/lldp_global.py
index fa21b68b..3c7e2f93 100644
--- a/plugins/module_utils/network/vyos/facts/lldp_global/lldp_global.py
+++ b/plugins/module_utils/network/vyos/facts/lldp_global/lldp_global.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos lldp_global fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.py b/plugins/module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.py
index 8cf9ef89..dcfbc6ee 100644
--- a/plugins/module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.py
+++ b/plugins/module_utils/network/vyos/facts/lldp_interfaces/lldp_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos lldp_interfaces fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/ospfv2/ospfv2.py b/plugins/module_utils/network/vyos/facts/ospfv2/ospfv2.py
index b58689da..d62fa9ab 100644
--- a/plugins/module_utils/network/vyos/facts/ospfv2/ospfv2.py
+++ b/plugins/module_utils/network/vyos/facts/ospfv2/ospfv2.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos ospfv2 fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.py b/plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.py
index 8c2681ef..457a9636 100644
--- a/plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.py
+++ b/plugins/module_utils/network/vyos/facts/ospfv3/ospfv3.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos ospfv3 fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/facts/static_routes/static_routes.py b/plugins/module_utils/network/vyos/facts/static_routes/static_routes.py
index 2c92aa80..00049475 100644
--- a/plugins/module_utils/network/vyos/facts/static_routes/static_routes.py
+++ b/plugins/module_utils/network/vyos/facts/static_routes/static_routes.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The vyos static_routes fact class
 It is in this file the configuration is collected from the device
diff --git a/plugins/module_utils/network/vyos/utils/utils.py b/plugins/module_utils/network/vyos/utils/utils.py
index c00448ac..7e0f3cc3 100644
--- a/plugins/module_utils/network/vyos/utils/utils.py
+++ b/plugins/module_utils/network/vyos/utils/utils.py
@@ -2,7 +2,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 # utils
 from __future__ import absolute_import, division, print_function
diff --git a/plugins/module_utils/network/vyos/vyos.py b/plugins/module_utils/network/vyos/vyos.py
index c4c77e37..908395a6 100644
--- a/plugins/module_utils/network/vyos/vyos.py
+++ b/plugins/module_utils/network/vyos/vyos.py
@@ -25,7 +25,6 @@
 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 # USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-# pylint: skip-file
 import json
 
 from ansible.module_utils._text import to_text
diff --git a/plugins/modules/vyos_banner.py b/plugins/modules/vyos_banner.py
index e11173ed..aa0bd5c5 100644
--- a/plugins/modules/vyos_banner.py
+++ b/plugins/modules/vyos_banner.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 
 DOCUMENTATION = """
diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py
index 2bf58993..eec43441 100644
--- a/plugins/modules/vyos_command.py
+++ b/plugins/modules/vyos_command.py
@@ -15,7 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 
 DOCUMENTATION = """
@@ -189,7 +188,7 @@ def main():
     interval = module.params["interval"]
     match = module.params["match"]
 
-    for _ in range(retries):
+    for item in range(retries):
         responses = run_commands(module, commands)
 
         for item in list(conditionals):
diff --git a/plugins/modules/vyos_config.py b/plugins/modules/vyos_config.py
index 0453e335..baa63f33 100644
--- a/plugins/modules/vyos_config.py
+++ b/plugins/modules/vyos_config.py
@@ -15,7 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 
 DOCUMENTATION = """
diff --git a/plugins/modules/vyos_facts.py b/plugins/modules/vyos_facts.py
index 42c327e1..7521a3b6 100644
--- a/plugins/modules/vyos_facts.py
+++ b/plugins/modules/vyos_facts.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 """
 The module file for vyos_facts
 """
diff --git a/plugins/modules/vyos_firewall_global.py b/plugins/modules/vyos_firewall_global.py
index 0fa83953..0574aa87 100644
--- a/plugins/modules/vyos_firewall_global.py
+++ b/plugins/modules/vyos_firewall_global.py
@@ -21,7 +21,6 @@
 #   builder template.
 #
 #############################################
-# pylint: skip-file
 
 """
 The module file for vyos_firewall_global
diff --git a/plugins/modules/vyos_firewall_interfaces.py b/plugins/modules/vyos_firewall_interfaces.py
index b702cea6..7ca936dd 100644
--- a/plugins/modules/vyos_firewall_interfaces.py
+++ b/plugins/modules/vyos_firewall_interfaces.py
@@ -21,7 +21,6 @@
 #   builder template.
 #
 #############################################
-# pylint: skip-file
 
 """
 The module file for vyos_firewall_interfaces
diff --git a/plugins/modules/vyos_firewall_rules.py b/plugins/modules/vyos_firewall_rules.py
index 9420dcad..3bd6451d 100644
--- a/plugins/modules/vyos_firewall_rules.py
+++ b/plugins/modules/vyos_firewall_rules.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_interface.py b/plugins/modules/vyos_interface.py
index 04a29f5a..be844c59 100644
--- a/plugins/modules/vyos_interface.py
+++ b/plugins/modules/vyos_interface.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/modules/vyos_interfaces.py b/plugins/modules/vyos_interfaces.py
index 53f2c5b3..47f9777b 100644
--- a/plugins/modules/vyos_interfaces.py
+++ b/plugins/modules/vyos_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_l3_interface.py b/plugins/modules/vyos_l3_interface.py
index 23028c41..676d6eca 100644
--- a/plugins/modules/vyos_l3_interface.py
+++ b/plugins/modules/vyos_l3_interface.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/modules/vyos_l3_interfaces.py b/plugins/modules/vyos_l3_interfaces.py
index e96d2bd1..39dd23c1 100644
--- a/plugins/modules/vyos_l3_interfaces.py
+++ b/plugins/modules/vyos_l3_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_lag_interfaces.py b/plugins/modules/vyos_lag_interfaces.py
index 14ecbd78..c2868a85 100644
--- a/plugins/modules/vyos_lag_interfaces.py
+++ b/plugins/modules/vyos_lag_interfaces.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_linkagg.py b/plugins/modules/vyos_linkagg.py
index 4f453198..4e63e2f3 100644
--- a/plugins/modules/vyos_linkagg.py
+++ b/plugins/modules/vyos_linkagg.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/modules/vyos_lldp.py b/plugins/modules/vyos_lldp.py
index 05869f39..9b138c1b 100644
--- a/plugins/modules/vyos_lldp.py
+++ b/plugins/modules/vyos_lldp.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/modules/vyos_lldp_global.py b/plugins/modules/vyos_lldp_global.py
index 1706fab8..017133e4 100644
--- a/plugins/modules/vyos_lldp_global.py
+++ b/plugins/modules/vyos_lldp_global.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_lldp_interface.py b/plugins/modules/vyos_lldp_interface.py
index ea519566..2fd1bc5c 100644
--- a/plugins/modules/vyos_lldp_interface.py
+++ b/plugins/modules/vyos_lldp_interface.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/modules/vyos_lldp_interfaces.py b/plugins/modules/vyos_lldp_interfaces.py
index 11b3fbec..4db7cb0c 100644
--- a/plugins/modules/vyos_lldp_interfaces.py
+++ b/plugins/modules/vyos_lldp_interfaces.py
@@ -21,7 +21,6 @@
 #   builder template.
 #
 #############################################
-# pylint: skip-file
 
 """
 The module file for vyos_lldp_interfaces
diff --git a/plugins/modules/vyos_logging.py b/plugins/modules/vyos_logging.py
index 934ec9a5..8732647d 100644
--- a/plugins/modules/vyos_logging.py
+++ b/plugins/modules/vyos_logging.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 
 DOCUMENTATION = """
diff --git a/plugins/modules/vyos_ospfv2.py b/plugins/modules/vyos_ospfv2.py
index 3c2fb8d8..f8904133 100644
--- a/plugins/modules/vyos_ospfv2.py
+++ b/plugins/modules/vyos_ospfv2.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_ospfv3.py b/plugins/modules/vyos_ospfv3.py
index 1833e132..20296a0f 100644
--- a/plugins/modules/vyos_ospfv3.py
+++ b/plugins/modules/vyos_ospfv3.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_ping.py b/plugins/modules/vyos_ping.py
index 9bd31a52..91319178 100644
--- a/plugins/modules/vyos_ping.py
+++ b/plugins/modules/vyos_ping.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/modules/vyos_static_route.py b/plugins/modules/vyos_static_route.py
index 6f1e4355..67f99543 100644
--- a/plugins/modules/vyos_static_route.py
+++ b/plugins/modules/vyos_static_route.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/modules/vyos_static_routes.py b/plugins/modules/vyos_static_routes.py
index 5ca62ffd..fa29b722 100644
--- a/plugins/modules/vyos_static_routes.py
+++ b/plugins/modules/vyos_static_routes.py
@@ -3,7 +3,6 @@
 # Copyright 2019 Red Hat
 # GNU General Public License v3.0+
 # (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 #############################################
 #                WARNING                    #
diff --git a/plugins/modules/vyos_system.py b/plugins/modules/vyos_system.py
index 804140f7..53b04c8c 100644
--- a/plugins/modules/vyos_system.py
+++ b/plugins/modules/vyos_system.py
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 
 DOCUMENTATION = """
diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py
index 358f5851..d788a99f 100644
--- a/plugins/modules/vyos_user.py
+++ b/plugins/modules/vyos_user.py
@@ -18,7 +18,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 
 
 DOCUMENTATION = """
diff --git a/plugins/modules/vyos_vlan.py b/plugins/modules/vyos_vlan.py
index c9fa8ee9..a271dd43 100644
--- a/plugins/modules/vyos_vlan.py
+++ b/plugins/modules/vyos_vlan.py
@@ -3,7 +3,6 @@
 
 # Copyright: (c) 2017, Ansible by Red Hat, inc
 # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
-# pylint: skip-file
 
 from __future__ import absolute_import, division, print_function
 
diff --git a/plugins/terminal/vyos.py b/plugins/terminal/vyos.py
index 26f9e5e9..606f77b1 100644
--- a/plugins/terminal/vyos.py
+++ b/plugins/terminal/vyos.py
@@ -16,7 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 #
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/compat/mock.py b/tests/unit/compat/mock.py
index e8d66fab..b45d6b5c 100644
--- a/tests/unit/compat/mock.py
+++ b/tests/unit/compat/mock.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/compat/unittest.py b/tests/unit/compat/unittest.py
index ad188d0e..df3379b8 100644
--- a/tests/unit/compat/unittest.py
+++ b/tests/unit/compat/unittest.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/mock/loader.py b/tests/unit/mock/loader.py
index 475a6561..c21188ee 100644
--- a/tests/unit/mock/loader.py
+++ b/tests/unit/mock/loader.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_banner.py b/tests/unit/modules/network/vyos/test_vyos_banner.py
index 37024318..c575409c 100644
--- a/tests/unit/modules/network/vyos/test_vyos_banner.py
+++ b/tests/unit/modules/network/vyos/test_vyos_banner.py
@@ -14,7 +14,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_command.py b/tests/unit/modules/network/vyos/test_vyos_command.py
index 30a4d033..820c6c44 100644
--- a/tests/unit/modules/network/vyos/test_vyos_command.py
+++ b/tests/unit/modules/network/vyos/test_vyos_command.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_config.py b/tests/unit/modules/network/vyos/test_vyos_config.py
index c192f340..a471edd4 100644
--- a/tests/unit/modules/network/vyos/test_vyos_config.py
+++ b/tests/unit/modules/network/vyos/test_vyos_config.py
@@ -17,7 +17,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_facts.py b/tests/unit/modules/network/vyos/test_vyos_facts.py
index b5bfca0a..b22a5232 100644
--- a/tests/unit/modules/network/vyos/test_vyos_facts.py
+++ b/tests/unit/modules/network/vyos/test_vyos_facts.py
@@ -15,7 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py
index aad25827..0697f6e1 100644
--- a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py
+++ b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py
index 1f4e5fea..2a9a81c6 100644
--- a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py
+++ b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py
index a058bd07..8d59e19a 100644
--- a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py
+++ b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py
index ffefbedb..3d558b82 100644
--- a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py
+++ b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py
index 90279754..9c016da1 100644
--- a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py
+++ b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_ping.py b/tests/unit/modules/network/vyos/test_vyos_ping.py
index 4bead848..e3076103 100644
--- a/tests/unit/modules/network/vyos/test_vyos_ping.py
+++ b/tests/unit/modules/network/vyos/test_vyos_ping.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_static_route.py b/tests/unit/modules/network/vyos/test_vyos_static_route.py
index 7bd07f66..8eef5fbc 100644
--- a/tests/unit/modules/network/vyos/test_vyos_static_route.py
+++ b/tests/unit/modules/network/vyos/test_vyos_static_route.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_static_routes.py b/tests/unit/modules/network/vyos/test_vyos_static_routes.py
index be707137..85c08422 100644
--- a/tests/unit/modules/network/vyos/test_vyos_static_routes.py
+++ b/tests/unit/modules/network/vyos/test_vyos_static_routes.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_system.py b/tests/unit/modules/network/vyos/test_vyos_system.py
index 6f9057e9..c22f7c18 100644
--- a/tests/unit/modules/network/vyos/test_vyos_system.py
+++ b/tests/unit/modules/network/vyos/test_vyos_system.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/test_vyos_user.py b/tests/unit/modules/network/vyos/test_vyos_user.py
index bb8fb446..d4c2dbe6 100644
--- a/tests/unit/modules/network/vyos/test_vyos_user.py
+++ b/tests/unit/modules/network/vyos/test_vyos_user.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
diff --git a/tests/unit/modules/network/vyos/vyos_module.py b/tests/unit/modules/network/vyos/vyos_module.py
index 6faf4bd7..49d46522 100644
--- a/tests/unit/modules/network/vyos/vyos_module.py
+++ b/tests/unit/modules/network/vyos/vyos_module.py
@@ -16,7 +16,6 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 # Make coding more python3-ish
-# pylint: skip-file
 from __future__ import absolute_import, division, print_function
 
 __metaclass__ = type
-- 
cgit v1.2.3