fix pylint by igoring some errors

This commit is contained in:
2024-01-16 15:47:32 +01:00
parent 86a64570c5
commit 60455082c2

View File

@@ -50,7 +50,7 @@ parser.add_argument(
) )
def main(): def main(): # pylint: disable=too-many-locals, too-many-statements
"""Main function""" """Main function"""
args = parser.parse_args() args = parser.parse_args()
# Set files depending on configdir # Set files depending on configdir