diff options
Diffstat (limited to 'pylint/config/option_parser.py')
-rw-r--r-- | pylint/config/option_parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/config/option_parser.py b/pylint/config/option_parser.py index 66b573723..ad512329b 100644 --- a/pylint/config/option_parser.py +++ b/pylint/config/option_parser.py @@ -1,5 +1,6 @@ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/main/LICENSE +# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors import optparse # pylint: disable=deprecated-module |