diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 418943e997cd565468680f219e6742c9963b18bb..072e6610f1d0acf9ec07f5dd17e898a6f6dec1ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: - id: black args: - | - --line-length=79 + --line-length=79 - repo: https://github.com/PyCQA/prospector.git rev: 1.5.3.1 diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0baf9c896d2c768840d6eb007c4a506f195783b0..85f4f570dd16d24fe268b71e093bb06636cce2c1 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,8 +1,8 @@ --- -- id: yamltool - name: YAML tool - description: Validate and pretty-print YAML files. - language: python - entry: yt - args: ["--in-place"] - types: [yaml] + - id: yamltool # yamllint disable-line rule:indentation + name: YAML tool + description: Validate and pretty-print YAML files. + language: python + entry: yt + args: ["--in-place"] + types: [yaml]