From 353c723caa00de45ef5f7265bd6a30e665ec4d51 Mon Sep 17 00:00:00 2001 From: Emmanuel Blot <emmanuel.blot@free.fr> Date: Wed, 1 May 2024 17:41:32 +0200 Subject: [PATCH] pylint: configure Signed-off-by: Emmanuel Blot <emmanuel.blot@free.fr> --- pyftdi/doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyftdi/doc/conf.py b/pyftdi/doc/conf.py index 4fd5655a..191cbd9f 100644 --- a/pyftdi/doc/conf.py +++ b/pyftdi/doc/conf.py @@ -1,8 +1,10 @@ -# Copyright (c) 2010-2021 Emmanuel Blot <emmanuel.blot@free.fr> +# Copyright (c) 2010-2024 Emmanuel Blot <emmanuel.blot@free.fr> # All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause +# pylint: skip-file + import os import re import sys