Unpin pylint (#22)

* Unpin pylint

* Add raise-missing-from
This commit is contained in:
Fabian Affolter 2020-12-14 04:16:58 +01:00 committed by GitHub
parent fa48a08445
commit 887f44eaa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,3 +13,4 @@ disable=
protected-access, protected-access,
unused-wildcard-import, unused-wildcard-import,
import-outside-toplevel, import-outside-toplevel,
raise-missing-from,

View File

@ -1 +1 @@
pylint==2.5.3 pylint