Skip to content

Commit

Permalink
run flake8 on archetypal dir
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Jun 12, 2024
1 parent e039f9e commit 56a4c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
poetry install
- name: Lint with flake8
run: |
poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
poetry run flake8 ./archetypal --count --select=E9,F63,F7,F82 --show-source --statistics
poetry run flake8 ./archetypal --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install EnergyPlus
uses: Elementa-Engineering/install-energyplus@v1
with:
Expand Down

0 comments on commit 56a4c43

Please sign in to comment.