File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1616 run : |
1717 python -m pip install --upgrade pip
1818 pip install .[dev]
19- - name : Check import order
19+ - name : Check docstrings
2020 run : pydocstyle src/ --convention google --count
2121
2222 build-docs :
Original file line number Diff line number Diff line change @@ -24,3 +24,6 @@ echo "-------> Flake8 passed!"
2424mypy .
2525echo " -------> Mypy passed!"
2626
27+ # Run pydocstring against all code in the `source_code` directory
28+ pydocstyle --convention google src/
29+ echo " -------> pydocstring passed!"
Original file line number Diff line number Diff line change 1- """Main script for the application.
1+ """Main script for the application
22
33This script processes command-line arguments, performs various operations using classes and
44methods from the `example` module, and uses data stored in configuration files. It logs
You can’t perform that action at this time.
0 commit comments