summaryrefslogtreecommitdiff
path: root/pylint/checkers/base
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-06-03 06:44:14 +0200
committerGitHub <noreply@github.com>2022-06-03 06:44:14 +0200
commit2ee15d3c504ec1d0ebd210dc635ec440b98f65ef (patch)
tree1dfef6f7138ce69a18f3adf7482b97723ae116e7 /pylint/checkers/base
parent711641b21240da46a9406d9cd6474aadce1c4809 (diff)
downloadpylint-git-2ee15d3c504ec1d0ebd210dc635ec440b98f65ef.tar.gz
Add disable and exclude pylint files in CI (#6814)
Diffstat (limited to 'pylint/checkers/base')
-rw-r--r--pylint/checkers/base/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint/checkers/base/__init__.py b/pylint/checkers/base/__init__.py
index 38b43badd..f427cbf21 100644
--- a/pylint/checkers/base/__init__.py
+++ b/pylint/checkers/base/__init__.py
@@ -2,6 +2,8 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
+# pylint: disable=duplicate-code # This is similar to the __init__ of .name_checker
+
from __future__ import annotations
__all__ = [