Update status codes to match SOC

This commit is contained in:
Jason Ertel
2022-04-05 07:20:23 -04:00
parent 04eef0d31f
commit d2fa80e48a
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
find . -name requirements.txt -exec pip install -r {} \;
- name: Lint with flake8
run: |
flake8 ${{ matrix.python-code-path }} --show-source --max-complexity=10 --doctests --max-line-length=200 --statistics