Skip to content

Commit

Permalink
Attempt to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SylteA committed Mar 4, 2024
1 parent 02d5df6 commit 6201818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# action. As pre-commit does not support user installs, we set
# PIP_USER=0 to not do a user install.
- name: Run pre-commit hooks
run: export PIP_USER=0; SKIP=flake8 pre-commit run --all-files
run: export PIP_USER=0; SKIP=flake8 poetry run pre-commit run --all-files

# Run flake8 and have it format the linting errors in the format of
# the GitHub Workflow command to register error annotations. This
Expand Down

0 comments on commit 6201818

Please sign in to comment.