From b80cb66be277f7ce5842cd0858a03b6974359c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 5 Mar 2024 17:08:23 +0100 Subject: [PATCH] fix markdownlint --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index f88ee0df..e91269ec 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -8,6 +8,8 @@ plugins: enabled: true markdownlint: enabled: true + config: + line-length: 120 pep8: enabled: true pylint: -- GitLab