remove docstyle till that is fixed

This commit is contained in:
Matthias 2022-05-28 00:24:55 +02:00
parent 4153882543
commit 899e5b49c8
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -125,21 +125,6 @@ jobs:
invoke check-server
coverage run -m unittest discover -s test/
docstyle:
name: Style [Python Docstrings]
runs-on: ubuntu-20.04
needs: pre-commit
continue-on-error: true
steps:
- name: Enviroment Setup
uses: matmair/inventree/.github/actions/setup@ci-updates
with:
install: true
- name: flake8
run: flake8 InvenTree
coverage:
name: Tests - DB [SQLite] + Coverage
runs-on: ubuntu-20.04