From c02c98a0aa6b2d15a08631df6cd5205a04903594 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 20 Nov 2020 19:18:38 +0100 Subject: lint: Bump up eslint/yamllint line length to 88 To agree with what we do via Black for Python --- .yamllint | 1 + 1 file changed, 1 insertion(+) (limited to '.yamllint') diff --git a/.yamllint b/.yamllint index 638c16210..8e4d4a388 100644 --- a/.yamllint +++ b/.yamllint @@ -9,6 +9,7 @@ ignore: | rules: document-start: disable line-length: + max: 88 ignore: | /.github/*.yml /.github/workflows/*.yml -- cgit v1.2.3-54-g00ecf