Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 1.46 KB

PyUnusedCodeBear.rst

File metadata and controls

46 lines (31 loc) · 1.46 KB

Detects unused code. By default this functionality is limited to: - Unneeded pass statements. - Unneeded builtin imports.

  • Python
  • Python 2
  • Python 3

Settings

Setting Meaning
remove_all_unused_imports True removes all unused imports - might have side effects (Optional, defaults to 'False'.)

Dependencies

  • pip - autoflake

Can Detect

  • Unused Code

License

AGPL-3.0

Authors