We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85df52c commit 3cf6b40Copy full SHA for 3cf6b40
tests/test_date.py
@@ -8,6 +8,8 @@
8
# SPDX-FileCopyrightText: 2021 Brent Rubell for Adafruit Industries
9
# SPDX-License-Identifier: Python-2.0
10
# Implements a subset of https://github.com/python/cpython/blob/master/Lib/test/datetimetester.py
11
+# NOTE: This test is based off CPython and therefore linting is disabled within this file.
12
+# pylint:disable=invalid-name, no-member, wrong-import-position, undefined-variable, no-self-use, cell-var-from-loop, misplaced-comparison-constant, too-many-public-methods
13
import sys
14
import unittest
15
0 commit comments