Skip to content

Releases: ghazi-git/flake8-max-function-length

Release v0.9.0

11 Oct 21:37
Compare
Choose a tag to compare

Added

  • add support for python 3.13

Release v0.8.0

07 Oct 06:43
Compare
Choose a tag to compare

Added

  • add support for python 3.12

Release v0.7.4

25 Feb 08:50
Compare
Choose a tag to compare

Added

  • add tests

Release v0.7.3

18 Feb 21:08
Compare
Choose a tag to compare

Added

  • Fix GitHub release automation

Release v0.7.2

18 Feb 21:07
Compare
Choose a tag to compare

Added

  • Automate GitHub release creation

Release v0.7.1

18 Feb 20:54
Compare
Choose a tag to compare

Added

  • Add badges to README.md and show it in PyPI
  • Update the changelog when a release is created

Release v0.7.0

18 Feb 20:30
Compare
Choose a tag to compare

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.