From 5d46e8b86b111b2e84a4c4e21107ab18c211008d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Sun, 26 Oct 2025 16:35:07 +0000 Subject: [PATCH] Run yapf in single thread to prevent errors --- .pre-commit-config.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54d675d84..f08bfa3ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,6 @@ repos: - marko - requests - yamale - - yapf - jsonschema - BeautifulSoup4 # types: [terraform] @@ -56,7 +55,6 @@ repos: - marko - requests - yamale - - yapf - jsonschema - BeautifulSoup4 pass_filenames: true @@ -74,7 +72,6 @@ repos: - marko - requests - yamale - - yapf - jsonschema - BeautifulSoup4 pass_filenames: false @@ -99,7 +96,6 @@ repos: - marko - requests - yamale - - yapf - jsonschema - BeautifulSoup4 pass_filenames: false @@ -116,7 +112,6 @@ repos: - marko - requests - yamale - - yapf - jsonschema - BeautifulSoup4 entry: tools/check_links.py --no-show-summary --scan-files @@ -158,6 +153,7 @@ repos: rev: v0.40.2 hooks: - id: yapf + require_serial: true - repo: https://github.com/codespell-project/codespell rev: v2.4.1