1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 09:45:13 +00:00

Silence pylint's unjust accusations

This commit is contained in:
Kristóf Tóth
2018-05-10 17:07:25 +02:00
parent 43d63323fa
commit 9eede5f80e
3 changed files with 5 additions and 2 deletions

5
.pylintrc Normal file
View File

@ -0,0 +1,5 @@
[TYPECHECK]
ignored-modules = zmq
max-line-length = 150
disable = missing-docstring, too-few-public-methods, invalid-name