Commit 2589eb67 by Bjorn Neergaard

feat(ci): switch to pre-commit.ci for code quality

code-quality.yaml / the `pre-commit` workflow are made a no-op to smooth
the transition.
parent e413a806
...@@ -16,6 +16,4 @@ jobs: ...@@ -16,6 +16,4 @@ jobs:
name: Linting name: Linting
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - run: exit 0
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
...@@ -39,3 +39,6 @@ repos: ...@@ -39,3 +39,6 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: ^tests/.*/fixtures/.* exclude: ^tests/.*/fixtures/.*
- id: debug-statements - id: debug-statements
ci:
autofix_prs: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment