Skip to content

pre-commit-hooks v2.0.0

Compare
Choose a tag to compare
@asottile asottile released this 13 Oct 02:58

Breaking changes

Docs

  • Correct documentation for no-commit-to-branch

Updating

  • Minimum supported version of pre-commit is now 0.15.0
  • Use autopep8 from pre-commit/mirrors-autopep8
  • To keep mardown hard linebreaks, for trailing-whitespace use args: [--markdown-linebreak-ext=md,markdown] (the previous default value)