From 2ec786a81661c60387e9940ec74b2f95e88c4bcb Mon Sep 17 00:00:00 2001 From: brentru Date: Wed, 17 Mar 2021 12:09:57 -0400 Subject: [PATCH] lint testdate --- tests/test_date.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_date.py b/tests/test_date.py index e404d5f..a332c87 100644 --- a/tests/test_date.py +++ b/tests/test_date.py @@ -9,7 +9,7 @@ # SPDX-License-Identifier: Python-2.0 # Implements a subset of https://github.com/python/cpython/blob/master/Lib/test/datetimetester.py # NOTE: This test is based off CPython and therefore linting is disabled within this file. -# 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 +# 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, fixme, import-outside-toplevel, unused-argument import sys import unittest