Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey authored Dec 15, 2023
1 parent bc5d640 commit 9a03123
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: Lint with black
run: black --check .
- name: Lint with isort
run: isort --check .
run: isort --check --profile black .
- name: Lint with bandit
run: bandit -r .
- name: Lint with flake8
Expand Down

0 comments on commit 9a03123

Please sign in to comment.