Skip to content

Latest commit

 

History

History
96 lines (52 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

96 lines (52 loc) · 2.49 KB

2022.1025

  • Pin pylint<2.13

Newer versions of pylint have different messages. Further work on pylint-ignore is discouraged in favor of work on integrating a "baseline" approach into pylint directly.

#13

2021.1024

  • Add/document support for pre-commit. Thank you James Quilty for this contribution github/issue/9 github/pull/10 ❤️.

  • Fix github #11: MessagesHandlerMixIn has been removed in pylint 2.12

  • Breaking: Drop support for Python<3.7

  • Breaking: Drop support for pylint<2.4

    Due to internal API changes in pylint, older versions of pylint are no longer supported. If you need to use an older version of pylint, you will have to pin pylint-ignore==2021.1021.

2021.1020

  • Fix github #6: Issue with paths on windows.

Thank you davidsheldon

2021.1019

  • Fix github #5: Missing fixture files in source distribution
  • Fix github #4: Bug related to trailing-whitespace

Thank you @agraul (Alexander Graul) for finding these issues.

2021.1018

2020.1014

  • Fix gitlab #2: Bug related to invokation with invalid arguments (which caused the underlying pylint error to be hidden).

2020.1013

  • Fix: bugs related to multiprocessing on MacOSX and Windows

2020.1012

  • Fix: enable use of --jobs=<n> with n > 1

2020.1008 - 2020.1011

  • Fix: compatability with python 2.7 and pylint 1.9.5

2020.1007

  • Add overview section to pylint-ignore.md file.
  • Fix: Handling of issues not related to a specific file or line (e.g. duplicate-code across multiple files)
  • Fix: parsing of --ignorefile argument.
  • Fix: parsing of --jobs argument.
  • Allow ignore of (E) error messages again, prioritize entries, instead in ignorefile.

2020.1006

  • Don't ignore messages of type (E) error, for probable bugs in the code

2020.1003

  • Initial release