From 15698f8339f8b3f5d09ef2b80471a95b5376fc46 Mon Sep 17 00:00:00 2001 From: Philipp Niedermayer Date: Sat, 28 Oct 2023 09:00:50 +0200 Subject: [PATCH] Switch to pre-commit.ci --- .github/workflows/qa.yaml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/qa.yaml diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml deleted file mode 100644 index c3da6f7..0000000 --- a/.github/workflows/qa.yaml +++ /dev/null @@ -1,38 +0,0 @@ -name: Quality Assurance - -on: [push, pull_request] - -jobs: - pre-commit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 - - uses: pre-commit/action@v3.0.0 - with: - extra_args: --all-files --hook-stage=manual - -# formatting: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v2 -# - uses: psf/black@stable -# with: -# version: "22.10.0" -# jupyter: true -# -# docstrings: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v2 -# - uses: actions/setup-python@v2 -# - name: Install dependencies -# run: | -# pip install darglint==1.8.1 -# - name: Darglint Docstring QA -# run: | -# cd tests -# echo "Checking for the following errors:" -# darglint --list-errors -# echo "Checking docstrings..." -# darglint ../xplt