Skip to content

Commit 7c820d2

Browse files
committed
fix pydocstyle check
1 parent 3b9cf76 commit 7c820d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pydocstyle_report.txt: $(PYSOURCES)
8989
pydocstyle setup.py $^ > $@ 2>&1 || true
9090

9191
diff_pydocstyle_report: pydocstyle_report.txt
92-
diff-quality --compare-branch=main --violations=pycodestyle --fail-under=100 $^
92+
diff-quality --compare-branch=main --violations=pydocstyle --fail-under=100 $^
9393

9494
## format : check/fix all code indentation and formatting (runs black)
9595
format:

0 commit comments

Comments
 (0)