Skip to content

Commit e546578

Browse files
committed
fix pylint ignore directive
1 parent a9bc1fe commit e546578

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

enum_properties/tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
# pylint: skip-file

enum_properties/tests/tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# pylint: skip-file
2-
31
import sys
42
from enum import Enum, auto
53
from unittest import TestCase

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
output-format = colorized
77
max-line-length = 79 # PEP 8
88

9+
[pylint.MASTER]
10+
ignore=tests
11+
912
[pylint.CLASSES]
1013
valid-metaclass-classmethod-first-arg = mcs
1114

0 commit comments

Comments
 (0)