A framework for managing and maintaining multi-language pre-commit hooks.
For more information see: https://pre-commit.com/
Forked from https://github.com/pre-commit/pre-commit
fail on modify parameter to 'pre-commit run' command.
That parameter control the behavior of the command when a hook modifies the files.
repos:
- repo: local
hooks:
- id: isort
name: isort
entry: isort
language: python
fail_on_modify: false
types: ['python']
additional_dependencies:
- isort==5.10.1
Author of pre-commit library doesn't want to add this feature to the library.
You can see: