Releases: community-of-python/flake8-plugin
Releases · community-of-python/flake8-plugin
0.4.1
0.4.0
0.3.5
0.3.4
Full Changelog: 0.3.3...0.3.4
Update verb list
Full Changelog: 0.3.2...0.3.3
0.3.2: ADD support for private verbs and update tests
- 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
- 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,
and except handlers
0.2.0
Full Changelog: 0.1.1...0.2.0