Skip to content

Commit

Permalink
Merge pull request #280 from TadaSoftware/fix-flake8
Browse files Browse the repository at this point in the history
Fix flake8
  • Loading branch information
juniortada authored Jun 12, 2023
2 parents e2e907c + 656bbb7 commit 67b5bca
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 67b5bca

Please sign in to comment.