Skip to content

Version 0.0.8 aka The Complex Complexity

Compare
Choose a tag to compare
@sobolevn sobolevn released this 06 Sep 13:22
· 2513 commits to master since this release
656aa73

Features

  • Now all dependencies are direct, they will be installed together
    with this package
  • Adds direct dependencies, now there's no need to install any extra packages
  • Adds TooDeepNestingViolation and TooManyElifsViolation checks
  • Adds --max-offset-blocks and --max-elifs options
  • Adds TooManyModuleMembersViolation and TooManyMethodsViolation checks
  • Adds --max-module-members and --max-methods options
  • Restricts to use f strings

Bugfixes

  • Removes incorrect generic_visit() calls
  • Removes some unused getattr() calls
  • Refactors how options are registered

Misc

  • Improved type support for options parsing