Skip to content

Commit 827e6f6

Browse files
authored
Remove linting check with flake8 from ci.yml
1 parent 6cf8acc commit 827e6f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install pipenv
2525
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
3226
- name: Test with pytest
3327
env: # Add necessary api keys as env variables.
3428
ATD_API_KEY: ${{ secrets.ATD_API_KEY }}

0 commit comments

Comments
 (0)