Skip to content

Commit

Permalink
Re-add flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb authored and kevinhowbrook committed May 13, 2024
1 parent 6a581a6 commit 5c90e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
poetry config virtualenvs.create false &&
poetry install
# - name: Flake8
# run: flake8 ./rca fabfile.py
- name: Flake8
run: flake8 ./rca fabfile.py
- name: isort
run: isort --check-only --diff ./rca fabfile.py
- name: black
Expand Down

0 comments on commit 5c90e94

Please sign in to comment.