Releases: tonybaloney/perflint
Releases · tonybaloney/perflint
0.8.1
What's Changed
- Don't recommend
__all__
be a tuple by @tonybaloney in #49 - Add clarity to the try in a loop rule by @tonybaloney in #48
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- fix: pre-commit configuration filename by @adamantike in #32
- Test other versions of Python in CI by @tonybaloney in #33
- Migrate to pylint v3 by @jenstroeger in #46
- Drop support for Python 3.7
- Add support for Python 3.12
New Contributors
- @adamantike made their first contribution in #32
- @jenstroeger made their first contribution in #46
Full Changelog: 0.7.3...0.8.0
v0.7.3
What's Changed
- Add pre-commit hook by @tonybaloney in #29
- Update references to
loop-invariant-global-usage
by @pR0Ps in #30
New Contributors
Full Changelog: 0.7.2...0.7.3
v0.7.2
What's Changed
- Support invariant f-strings and rename the global loop usage check by @tonybaloney in #27
- No longer flag constant list, tuple and dict by @tonybaloney in #28
Full Changelog: https://github.com/tonybaloney/perflint/commits/0.7.2