Skip to content

Commit

Permalink
--check
Browse files Browse the repository at this point in the history
  • Loading branch information
kokes committed Feb 16, 2022
1 parent 91d8de3 commit 2c3e351
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 @@ -24,7 +24,7 @@ jobs:
flake8
- name: Lint with black
run: |
black main.py resource_check.py data
black --check main.py resource_check.py data
- name: Lint with isort
run: |
isort . --check --profile black

0 comments on commit 2c3e351

Please sign in to comment.