Skip to content

Commit 607d4d5

Browse files
committed
CI: reduce black check to curtsies itself
1 parent fcc5cbd commit 607d4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python -m pip install --upgrade pip
1717
pip install black
1818
- name: Check with black
19-
run: black --check .
19+
run: black --check curtsies
2020

2121
codespell:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)