Skip to content

Commit

Permalink
Added --check to black so it doesn't autoreformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Feb 1, 2024
1 parent d6573b5 commit 138e469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
poetry install --only linters
- name: Run black
run: |
poetry run black .
poetry run black --check .
ruff:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 138e469

Please sign in to comment.