We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9cf76 commit 7c820d2Copy full SHA for 7c820d2
Makefile
@@ -89,7 +89,7 @@ pydocstyle_report.txt: $(PYSOURCES)
89
pydocstyle setup.py $^ > $@ 2>&1 || true
90
91
diff_pydocstyle_report: pydocstyle_report.txt
92
- diff-quality --compare-branch=main --violations=pycodestyle --fail-under=100 $^
+ diff-quality --compare-branch=main --violations=pydocstyle --fail-under=100 $^
93
94
## format : check/fix all code indentation and formatting (runs black)
95
format:
0 commit comments