From 23e82d209018feb173ef0d14612201e8602f3367 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 14 Nov 2024 13:52:21 -0700 Subject: [PATCH] Remove python format --- .github/workflows/format.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 3d7ccc47..3f90c44f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,22 +16,4 @@ jobs: pipx run "clang-format>=17,<18" \ --style=file \ -i - git diff --exit-code - - python-format: - name: 'Python' - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: Install python libraries - shell: bash - run: | - pip install black==23.* pylint==3.2.7 pytest==7.* -r tools/requirements.txt - - - name: Run pylint and black - shell: bash - run: | - pylint tools --ignore=build,ncc - black --check tools --exclude=ncc \ No newline at end of file + git diff --exit-code \ No newline at end of file