Skip to content

Commit 8079b66

Browse files
committed
fix pylint F0010: No such file or directory: 'tests/__init__.py'
1 parent 97facb7 commit 8079b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
black . --check --diff --color
4646
flake8
47-
pylint Lib tests
47+
pylint --recursive=true Lib tests
4848
pytype
4949
5050

0 commit comments

Comments
 (0)