From 73f4a53282a3074dfa19f9c4ea9eecff01116f8f Mon Sep 17 00:00:00 2001 From: Kyle Shores Date: Mon, 2 Dec 2024 14:04:21 -0600 Subject: [PATCH] 4 space indentation --- .github/workflows/pep8_autoformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pep8_autoformat.yml b/.github/workflows/pep8_autoformat.yml index 010849d..d2862ca 100644 --- a/.github/workflows/pep8_autoformat.yml +++ b/.github/workflows/pep8_autoformat.yml @@ -15,7 +15,7 @@ jobs: - name: autopep8 uses: peter-evans/autopep8@v2 with: - args: --recursive --in-place --aggressive --max-line-length 180 --indent-size=2 . + args: --recursive --in-place --aggressive --max-line-length 180 --indent-size=4 . - name: Check for changes id: check-changes