Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatix committed Oct 18, 2023
1 parent 18e92b0 commit 46e47bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.9'
- uses: pre-commit/[email protected]
with:
extra_args: black --exclude version.py
extra_args: black --exclude="version\.py"
- name: Ensure latest pip
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 46e47bb

Please sign in to comment.