mc706 / changelog-cli

A Command Line Interface that makes it easy to manage a helpful Changelog
MIT License
17 stars 15 forks source link

Build failing due to Pylint 2.10 #36

Closed movermeyer closed 3 years ago

movermeyer commented 3 years ago

Pylint 2.10 added a linter that checks for open calls that don't explicitly specify an encoding.

Ref: https://github.com/PyCQA/pylint/issues/3826

Since we have not pinned the version of Pylint used in the CI, the build pipeline is failing.

Potential solution