From ec4a3f7f1eac9e605b35d1ac56680e1608c48be3 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 1 Mar 2022 16:04:49 +0100 Subject: Add a pre-commit hook to check the copyright notice Fix the existing file so they have a notice. No header for setup.py or examples or doc --- tests/checkers/unittest_strings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/checkers/unittest_strings.py') diff --git a/tests/checkers/unittest_strings.py b/tests/checkers/unittest_strings.py index 529a9284f..7927dcc49 100644 --- a/tests/checkers/unittest_strings.py +++ b/tests/checkers/unittest_strings.py @@ -1,7 +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 - +# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt from pylint.checkers import strings -- cgit v1.2.1