Releases: ghazi-git/flake8-max-function-length
Releases · ghazi-git/flake8-max-function-length
Release v0.9.0
Added
- add support for python 3.13
Release v0.8.0
Added
- add support for python 3.12
Release v0.7.4
Added
- add tests
Release v0.7.3
Added
- Fix GitHub release automation
Release v0.7.2
Added
- Automate GitHub release creation
Release v0.7.1
Added
- Add badges to README.md and show it in PyPI
- Update the changelog when a release is created
Release v0.7.0
Added
- Rule to enforce a limit on function/method length.
- Allow changing the maximum function length and how the function length is calculated via configuration options.