diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3e6206..4830833 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,11 +31,13 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - id: fix-encoding-pragma - args: ["--remove"] + args: + - "--remove" - id: mixed-line-ending - id: name-tests-test - id: pretty-format-json - args: ["--autofix"] + args: + - "--autofix" - id: requirements-txt-fixer - id: trailing-whitespace @@ -48,7 +50,8 @@ repos: rev: v2.3.0 hooks: - id: add-trailing-comma - args: ["--py36-plus"] + args: + - "--py36-plus" - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.3.1 @@ -60,7 +63,8 @@ repos: rev: v2.0.0 hooks: - id: setup-cfg-fmt - args: ["--include-version-classifiers"] + args: + - "--include-version-classifiers" - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.9.0 @@ -76,13 +80,15 @@ repos: rev: 22.8.0 hooks: - id: black - args: ["--skip-string-normalization"] + args: + - "--skip-string-normalization" - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8 - args: ["--max-line-length=88"] + args: + - "--max-line-length=88" - repo: https://github.com/asottile/yesqa rev: v1.4.0