This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Releases: sbdchd/flake8-pie
Releases · sbdchd/flake8-pie
v0.15.0
v0.14.0
18 new rules since v0.5.0
New rules from v0.5.0...v0.12.0
- PIE786:
precise-exception-handlers
- PIE787:
no-len-condition
- PIE788:
no-bool-condition
- PIE789:
prefer-isinstance-type-compare
- PIE790:
no-unnecessary-pass
- PIE791:
no-pointless-statements
- PIE792:
no-inherit-object
- PIE793:
prefer-dataclass
- PIE794:
dupe-class-field-definitions
- PIE795:
prefer-stdlib-enums
- PIE796:
prefer-unique-enums
- PIE797:
no-unnecessary-if-expr
- PIE798:
no-unnecessary-class
- PIE799:
prefer-col-init
- PIE800:
no-unnecessary-spread
- PIE801:
prefer-simple-return
- PIE802:
prefer-simple-any-all
- PIE803:
prefer-logging-interpolation
v0.5.0: cut: f-string lint as it had false positives (#26)
Turns out the AST of f-strings was more complicated than the examples I initially imagined. Fixing the rule will is likely more annoying than simply removing it. rel: https://github.com/sbdchd/flake8-pie/issues/24
v0.2.1: fix entrypoints (#11)
Previous commit updated prefix but didn't update entrypoint
v0.2.0: Rename lint prefix (#10)
rename lint prefix to prevent collisions with other flake8 lints. see: https://github.com/sbdchd/flake8-pie/issues/9 Also update poetry config to latest & fix CI caching
v0.0.4
v0.0.3
v0.0.1: update readme with install & upload info
- update setup with readme info - add necessary dev dependencies to upload to PyPi