Skip to content

Commit 1823484

Browse files
committed
chore: update CI linting command to target 'src/' and ignore E501
1 parent 9ad983e commit 1823484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
3434
- name: Lint with flake8
3535
run: |
36-
uv run flake8 .
36+
uv run flake8 src/ --ignore=E501

0 commit comments

Comments
 (0)