Skip to content

Releases: community-of-python/flake8-plugin

0.4.1

25 Feb 13:21

Choose a tag to compare

Full Changelog: 0.4.0...0.4.1

0.4.0

11 Feb 11:55
cd2c383

Choose a tag to compare

What's Changed

  • Detect inherited classes (typing.final rule), omit one_ prefix rule when iterating over range() by @vrslev in #2

New Contributors

  • @vrslev made their first contribution in #2

Full Changelog: 0.3.5...0.4.0

0.3.5

06 Feb 10:17

Choose a tag to compare

Rename exception check method and enhance verb name detection

0.3.4

06 Feb 10:10

Choose a tag to compare

Full Changelog: 0.3.3...0.3.4

Update verb list

06 Feb 10:08

Choose a tag to compare

0.3.2: ADD support for private verbs and update tests

06 Feb 09:43

Choose a tag to compare

- Allow function names starting with underscore to be considered verbs
- Add "fill" to the list of recognized verb prefixes
- Update test cases to reflect new behavior for private verb names
- Fix false positive for private methods with verb-like names

0.3.1: ENHANCE TEMPORARY VARIABLE CHECK WITH LINE AND ASSIGNMENT CONSTRAINTS

05 Feb 15:41

Choose a tag to compare

- Add functions to track variable assignments and check single-line
  usage
- Only flag variables assigned and used immediately in next line
- Exclude multi-line assignments and tuple unpacking from violations
- Update tests to cover new edge cases and constraints

0.2.1: ADD checks for name length in comprehensions, lambdas, with statements,

05 Feb 10:24

Choose a tag to compare

0.2.0

04 Feb 12:33

Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

0.1.1

04 Feb 10:38

Choose a tag to compare

Update