Skip to content

Commit

Permalink
3rd attempt to exclude version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jan 4, 2024
1 parent acb4bc7 commit caedf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: psf/black@stable
with:
version: "23.12.1"
args: ". --check --exclude '_version.py'"
args: ". --check --exclude '.*_version\.py$'"

0 comments on commit caedf93

Please sign in to comment.