Add autopep8 to build pipeline

This commit is contained in:
Martin Whitehouse 2022-07-22 01:06:42 +02:00
parent 7e2b95b8c4
commit 3fdcb41d68
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1

View File

@ -20,6 +20,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-testing.txt -c constraints-Django32.txt
name: autopep8
run: |
pip install autopep8
autopep8 --exit-code --global-config .flake8 helpdesk
# - name: Lint with flake8
# run: |
# pip install flake8