7 Commits

Author SHA1 Message Date
unknown
48d670f087 update pylint version, and fix linter issues 2023-05-17 18:45:59 +03:00
Randall Leeds
1d6f902987 Disable pylint raise-missing-from
Pylint 2.6.0 added a new rule to encourage chaining exceptions. Until
someone has time to address the new warnings, disable the rule to avoid
breaking the build.
2020-09-13 15:37:11 -07:00
Hasan Ramezani
5d1d3af7f5
Add import-outside-toplevel to pylintrc disable list. 2019-10-25 11:09:20 +02:00
Hugo
e974f30517 Drop support for Python 2
Co-Authored-By: Dustin Ingram <di@users.noreply.github.com>
Co-Authored-By: Berker Peksag <berker.peksag@gmail.com>
2018-08-01 15:31:17 +03:00
Hugo
78208c8c32 Drop support for EOL Python 3.2 and 3.3 (#1839) 2018-07-29 14:07:36 +03:00
7
7d0787cd1a Fix linting for Pylint 2.0 (#1833)
Closes #1832
2018-07-18 19:33:09 +03:00
Berker Peksag
249783567f Drop prospector; use pylint directly
Fixes #1674
2018-01-11 09:59:31 +03:00