Skip to content

Releases: routablehq/flake8-routable

0.1.6

26 Jun 15:20
cec91da
Compare
Choose a tag to compare

What's Changed

  • [DEV-16665] Don't allow tasks to be defined without args and kwargs by @justmobilize in #21

Full Changelog: 0.1.5...0.1.6

0.1.5

26 Jun 14:25
e6e46af
Compare
Choose a tag to compare

What's Changed

  • [DEV-16665] Don't allow tasks to be defined without args and kwargs by @justmobilize in #20

Full Changelog: 0.1.4...0.1.5

0.1.4

08 Mar 19:58
521b6be
Compare
Choose a tag to compare

What's Changed

  • [ROU110] - Add a new rule for disallowing .save() without update fields or comments justifying it by @tomharel in #18

Full Changelog: 0.1.3...0.1.4

0.1.3

07 Mar 22:10
fcafcd4
Compare
Choose a tag to compare

What's Changed

  • [DEV-15802] Linting rule for creating FeatureFlags in code by @justmobilize in #19

New Contributors

Full Changelog: 0.1.2...0.1.3

v0.1.2

06 Jul 18:17
1b84f42
Compare
Choose a tag to compare

What's Changed

  • [DEV-12543] Add rule for disallowing migration renames by @tomharel in #16

Full Changelog: 0.1.1...0.1.2

v0.1.1

20 Jan 18:49
c5cbab3
Compare
Choose a tag to compare

What's Changed

  • [DEV_5310] Add support on ROU104 for # == headers by @rynmlng in #8
  • Also need to ignore 2020-04-06 needs review by @rynmlng in #9
  • Ignore dedents to ignorable comments by @rynmlng in #10
  • [DEV-4789] ROU 103/105 Add sorting for sets, dicts, and constants by @raymond-devries in #7
  • [DEV-4791] Add ROU106 and ROU107 for rel imports and inline imports not at top of funcs by @rynmlng in #12
  • Fix rule add ci by @raymond-devries in #14
  • [DEV-9930] Add a Flake8 rule for not allowing imports from models subpackages by @tomharel in #15

New Contributors

Full Changelog: 0.1.0...0.1.1

v0.1.0

13 Apr 23:14
503af19
Compare
Choose a tag to compare
Added ROU104 (#6)

* [DEV-4793] Added ROU104 for 2+ lines after comments

* Ignore section comments

* Ignore group comments

* Add dataclass for conditions