Skip to content

Commit 67b5bca

Browse files
authored
Merge pull request #280 from TadaSoftware/fix-flake8
Fix flake8
2 parents e2e907c + 656bbb7 commit 67b5bca

80 files changed

Lines changed: 37895 additions & 18055 deletions

File tree

Some content is hidden

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

.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)