Skip to content

Commit 656bbb7

Browse files
committed
fix code to flake8
1 parent 4f7464a commit 656bbb7

File tree

80 files changed

+37895
-18055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+37895
-18055
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
python-version: ${{ matrix.python-version }}
1616
- name: Install dependencies
1717
run: |
18+
pip install Flake8-pyproject
1819
pip install -r requirements.txt
1920
pip install flake8 pytest
2021
- name: Lint
21-
run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
22+
run: flake8 . --count --show-source --statistics
2223
- name: Tests
2324
run: pytest -v

docs/Makefile

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)