We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf8acc commit 827e6f6Copy full SHA for 827e6f6
.github/workflows/ci.yml
@@ -23,12 +23,6 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install pipenv
25
pipenv install --dev
26
- - name: Lint with flake8
27
- run: |
28
- # stop the build if there are Python syntax errors or undefined names
29
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
30
- # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
31
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
32
- name: Test with pytest
33
env: # Add necessary api keys as env variables.
34
ATD_API_KEY: ${{ secrets.ATD_API_KEY }}
0 commit comments