Skip to content

Commit

Permalink
Added flake8-requirements self-checking to CI (#87)
Browse files Browse the repository at this point in the history
[ master commit f36956e ]
  • Loading branch information
jamesbraza authored and arkq committed Mar 26, 2024
1 parent 4be33ef commit 8821dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
python-version: '3.x'
- name: Run flake8 Linter
run: |
pip install flake8
pip install -e . flake8
flake8 --count --show-source --statistics src test
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ universal = 1
[doc8]
max-line-length = 99

[flake8]
extend-exclude = venv

[isort]
force_single_line = true

0 comments on commit 8821dbf

Please sign in to comment.