Skip to content

Commit

Permalink
Ignor build in flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Oct 8, 2023
1 parent 47e8be2 commit 1305c4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
max-line-length = 88
extend-ignore = E203
exclude = .git,__pycache__,build,.venv/
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- run: python -m pip install --upgrade pip
- run: python -m pip install .
- run: python -m pip install --upgrade flake8 isort black
- run: python -m flake8 . --exclude build/
- run: python -m flake8 .
- run: python -m isort . --check-only --diff
- run: python -m black . --check --diff
3 changes: 3 additions & 0 deletions format.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python -m flake8 .
python -m isort .
python -m black .

0 comments on commit 1305c4f

Please sign in to comment.