Skip to content

Commit

Permalink
[qa] Added run-qa-checks script + minor QA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Aug 5, 2024
1 parent a9b338e commit f6f7b8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: QA checks
continue-on-error: true
run: |
openwisp-qa-check --skip-isort --skip-flake8 --skip-checkmigrations --skip-black
./run-qa-checks
- name: Tests
run: |
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Please refer to the `Contribution Guidelines <https://github.com/openwisp/openwisp-notifications#contributing>`_.
Please refer to the `Contribution Guidelines
<https://github.com/openwisp/openwisp-notifications#contributing>`_.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[tool.docstrfmt]
extend_exclude = ["templates/**/*.py"]
extend_exclude = ["**/*.py"]
4 changes: 4 additions & 0 deletions run-qa-checks
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -e

openwisp-qa-check --skip-isort --skip-flake8 --skip-checkmigrations --skip-black

0 comments on commit f6f7b8d

Please sign in to comment.