From 0889748263c32d637b4c49d0cbf228b4f186ac61 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:30:19 -0600 Subject: [PATCH] adjust yapf config temporarily because of yapf issue #1164 --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbc692b53..fbc882da9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: yapf args: ['--in-place', '--recursive', '--style', 'google'] + require_serial: true - repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257 rev: v1.7.5