PreCommitAnalyzer#
- class neophile.analysis.pre_commit.PreCommitAnalyzer(scanner, inventory)#
Bases:
BaseAnalyzer
Analyze a tree for needed pre-commit hook updates.
- Parameters:
scanner (
PreCommitScanner
) – Scanner for pre-commit hook dependencies.inventory (
GitHubInventory
) – Inventory for GitHub tags.
Attributes Summary
Name of the analyzer type.
Methods Summary
analyze
(root, *[, update])Analyze a tree and return needed pre-commit hook changes.
Attributes Documentation
- name#
Methods Documentation