Skip to content

Releases: jdkandersson/flake8-error-link

Release v1.2.4

04 Jan 08:07
fcc7a58
Compare
Choose a tag to compare

Added

  • Support for flake8 version 5

Release v1.2.3

28 Dec 07:01
bf5ac26
Compare
Choose a tag to compare
  • Change to using inbuilt types rather than from typing

Release v1.2.2

23 Dec 12:18
dd1b211
Compare
Choose a tag to compare

Added

  • Support for Python 3.8 and later

Fixed

  • Dependency on missing pyproject.toml

String Concentration

20 Dec 04:59
fa95756
Compare
Choose a tag to compare

Added

  • Support for string concentration using
  • Support for string concentration using +
  • Support for string concentration using %
  • Support for string concentration using str.format
  • Support for string concentration using str.join

Improved Documentation

20 Dec 03:04
5d89a04
Compare
Choose a tag to compare

Added

  • Detailed descriptions for how to resolve linting errors

Initial Release

20 Dec 03:03
71fc32a
Compare
Choose a tag to compare

Added

  • Lint checks for builtin exceptions
  • Lint checks for custom exceptions
  • Lint checks for exceptions raised with non-constant arguments
  • Lint checks for re-raised exceptions