Skip to content

Commit f32c1ca

Browse files
committed
Lint docs files
1 parent 6ae571e commit f32c1ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fix-yapf:
2222

2323
.PHONY: mypy
2424
mypy:
25-
mypy *.py src/ tests/
25+
mypy *.py src/ tests/ docs/source/
2626

2727
.PHONY: check-manifest
2828
check-manifest:
@@ -50,7 +50,7 @@ pip-missing-reqs:
5050

5151
.PHONY: pylint
5252
pylint:
53-
pylint *.py src/ tests/ admin/
53+
pylint *.py src/ tests/ admin/ docs/
5454

5555
.PHONY: pyroma
5656
pyroma:

0 commit comments

Comments
 (0)