Adding ignore rule for indentation of 4 spaces (E111)

pull/31491/head
Milan Medic 1 year ago
parent 4379e63f25
commit c8961632cc
  1. 1
      .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

Loading…
Cancel
Save