Skip to content

Commit

Permalink
fix(lint): try to fix linting error from psf/black
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Sep 1, 2022
1 parent f34abce commit 20ef8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preflight_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Format checker with psf/black
uses: psf/black@stable
with:
options: "--check -l 79"
options: "--check -l 79 --exclude docs/"
version: "22.8.0"
- name: Format checker with isort
run: isort --check-only -m 3 -l 79 --profile=black .
Expand Down

0 comments on commit 20ef8ff

Please sign in to comment.