Skip to content

Commit

Permalink
fix code to flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
juniortada committed Jun 12, 2023
1 parent 4f7464a commit 656bbb7
Show file tree
Hide file tree
Showing 80 changed files with 37,895 additions and 18,055 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install Flake8-pyproject
pip install -r requirements.txt
pip install flake8 pytest
- name: Lint
run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
run: flake8 . --count --show-source --statistics
- name: Tests
run: pytest -v
192 changes: 0 additions & 192 deletions docs/Makefile

This file was deleted.

Loading

0 comments on commit 656bbb7

Please sign in to comment.