Skip to content

Commit

Permalink
ruff: Explicitly quote --extend-exclude argument
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Feb 10, 2023
1 parent cea722d commit d429a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Lint with ruff
# Include `--format=github` to enable automatic inline annotations.
# Use settings from pyproject.toml.
run: ruff . --format=github --extend-exclude mesa/cookiecutter-mesa/*
run: ruff . --format=github --extend-exclude 'mesa/cookiecutter-mesa/*'

lint-black:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d429a7f

Please sign in to comment.