From da978990d0cad07bc91a57b123d2958e706f9385 Mon Sep 17 00:00:00 2001 From: Connor Sheehan Date: Tue, 22 Nov 2022 20:19:59 +0000 Subject: [PATCH] Bug 1801965: update `.lando.ini` file for new autoformatting implementation r=zeid DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D162758 --- .lando.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.lando.ini b/.lando.ini index 352a3cbdf936b..077c61396e4cd 100644 --- a/.lando.ini +++ b/.lando.ini @@ -1,2 +1,4 @@ -[fix] -# black:pattern = set:python/**.py - **/third_party/** and tracked() +[autoformat] +# Set `enabled = True/False` to enable/disable Lando automated code formatting. +enabled = True +