Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed Mar 25, 2024
1 parent e4e3d8c commit dd1705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install package
run: pip install .
- name: Lint with black
run: black --check
run: black --check .
- name: Lint with isort
run: isort --check --profile black .
- name: Lint with bandit
Expand Down

0 comments on commit dd1705e

Please sign in to comment.