Skip to content

Commit ad2741b

Browse files
committed
specify flake config
1 parent 6b6ea1e commit ad2741b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141

4242
- name: Validate docstring markup as RST
4343
if: (success() || failure()) && steps.deps.outcome == 'success'
44-
run: uv run --frozen --only-group lint -- flake8 --select=RST src/sage/
44+
run: uv run --frozen --only-group lint -- flake8 --select=RST src/sage/ --config src/tox.ini

0 commit comments

Comments
 (0)