Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove now useless pylint suppressions of C0326 and C0330
Fixes pylint meta-errors R0022 'useless-option-value': pyproject.toml:1:0: R0022: Useless option value for '--disable', 'C0330' was removed from pylint, see pylint-dev/pylint#3571. (useless-option-value) pyproject.toml:1:0: R0022: Useless option value for '--disable', 'C0326' was removed from pylint, see pylint-dev/pylint#3577. (useless-option-value)
- Loading branch information