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 16, 2023
1 parent 85e5c61 commit 5f7560c
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 @@ -26,7 +26,7 @@ jobs:
- name: Install package
run: pip install .
- name: Lint with black
run: black --check .
run: black --check --extend-exclude "agent-based_transportation_model.ipynb" .
- name: Lint with isort
run: isort --check --profile black .
- name: Lint with bandit
Expand Down

0 comments on commit 5f7560c

Please sign in to comment.