Releases: jdkandersson/flake8-error-link
Releases · jdkandersson/flake8-error-link
Release v1.2.4
Added
- Support for flake8 version 5
Release v1.2.3
- Change to using inbuilt types rather than from
typing
Release v1.2.2
Added
- Support for Python 3.8 and later
Fixed
- Dependency on missing
pyproject.toml
String Concentration
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
Added
- Detailed descriptions for how to resolve linting errors
Initial Release
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