diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a14e6ea..41c0960 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,12 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker + - repo: https://github.com/thlorenz/doctoc + rev: v2.2.0 + hooks: + - id: doctoc + args: [--update-only] + - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.22.0 hooks: @@ -39,8 +45,4 @@ repos: hooks: - id: editorconfig-checker alias: ec - - repo: https://github.com/thlorenz/doctoc - rev: v2.2.0 - hooks: - - id: doctoc - args: [--update-only] + args: [-disable-max-line-length]