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 866f2aa commit 2388af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/preflight_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
python -m pip install --upgrade pip
pip install black isort flake8
- name: Format checker with psf/black
uses: psf/black@22.8.0
run: black --check -l 79 .
- name: Format checker with isort
run: isort --check-only -m 3 -l 79 --profile=black .
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.8.0
hooks:
- id: black
args: [--line-length=79]
Expand Down

0 comments on commit 2388af3

Please sign in to comment.