Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix pylint config for pylint = "^2.4.4, <2.13"
E0015: Unrecognized option found: no-space-check (unrecognized-option) (removed in pylint 2.6.0) 'bad-continuation' was removed from pylint, see pylint-dev/pylint#3571. (useless-option-value) 'no-self-use' was moved to an optional extension, see https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers. (useless-option-value)
- Loading branch information