From c8961632cce30c31117ce9f5c7b24197c232d4e5 Mon Sep 17 00:00:00 2001 From: Milan Medic Date: Mon, 19 Feb 2024 11:22:35 +0100 Subject: [PATCH] Adding ignore rule for indentation of 4 spaces (E111) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c314c2b72..84d39f88c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,6 +81,7 @@ repos: exclude: '^(third_party/)|(cereal/)|(body/)|(rednose/)|(rednose_repo/)|(opendbc/)|(panda/)|(generated/)' args: - --max-line-length=240 + - --ignore=E111 - repo: local hooks: - id: test_translations