Skip to content

Commit

Permalink
Remove old-division check from .pylintrc
Browse files Browse the repository at this point in the history
Pylinyt documentation says: "This message can’t be emitted when using
Python >= 3.0." but we are using Python 3.7 and it stills present,
apparently because of a bug in pylint. See also:

https://docs.pylint.org/en/1.6.0/features.html
pylint-dev/pylint#3039
  • Loading branch information
cript0nauta committed May 6, 2020
1 parent 4be61fa commit ac447e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pylintrc
Expand Up @@ -309,7 +309,6 @@ enable=print-statement,
delslice-method,
getslice-method,
setslice-method,
old-division,
dict-iter-method,
dict-view-method,
next-method-called,
Expand Down

0 comments on commit ac447e8

Please sign in to comment.