We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ad6db commit e34fb66Copy full SHA for e34fb66
.github/workflows/development.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Install dependencies
84
run: pip install pre-commit
85
- name: Run pre-commit checks
86
- run: pre-commit run --all-files
+ run: SKIP=ruff-format pre-commit run --all-files
87
88
ui-precommit-check:
89
permissions:
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
unit-tests:
58
runs-on: ubuntu-latest
0 commit comments