Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Releases: sbdchd/flake8-pie

v0.15.0

05 Jan 03:52
96ae441
Compare
Choose a tag to compare

Better late than never

v0.14.0

15 Aug 16:24
0be8b1b
Compare
Choose a tag to compare

New Rules

  • prefer-simple-range
  • prefer-list-builtin
  • no-assert-except
  • prefer-literal

Update

  • no-unncessary-dict-kwargs to handle unnecessary spread in args

18 new rules since v0.5.0

09 May 20:20
399db33
Compare
Choose a tag to compare

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)

08 Jan 23:48
Compare
Choose a tag to compare
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)

17 Apr 03:46
d929b64
Compare
Choose a tag to compare
Previous commit updated prefix but didn't update entrypoint

v0.2.0: Rename lint prefix (#10)

17 Apr 03:15
8480135
Compare
Choose a tag to compare
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

28 Dec 19:16
12b655e
Compare
Choose a tag to compare
bump version (#6)

v0.0.3

16 Dec 18:35
Compare
Choose a tag to compare
bump version for docs changes

v0.0.1: update readme with install & upload info

16 Dec 17:11
Compare
Choose a tag to compare
- update setup with readme info
- add necessary dev dependencies to upload to PyPi