Skip to content

Commit e8dacd5

Browse files
authored
Merge pull request #419 from BobDotCom/fix-ci
Fix ci
2 parents 4bb6512 + 8124b5c commit e8dacd5

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.pylintrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[MESSAGES CONTROL]
2+
3+
disable=protected-access
4+
5+
enable=bad-indentation,line-too-long
6+
7+
8+
[FORMAT]
9+
10+
indent-string=' '
11+
12+
max-line-length=120

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@
9393
'Topic :: Software Development :: Libraries :: Python Modules',
9494
'Topic :: Utilities',
9595
'Typing :: Typed',
96-
]
96+
],
97+
test_suite='tests',
9798
)

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)